summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-13 22:54:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-13 22:54:50 +0000
commit31e42afc36690ba0aef7292a8e7730684e9901a2 (patch)
treeaa133de783f4c20c00254e385ac31a2412175ff8
parentc7173299ccedb4540a88288dc67c06405dca5a78 (diff)
downloadnixpkgs-31e42afc36690ba0aef7292a8e7730684e9901a2.tar
nixpkgs-31e42afc36690ba0aef7292a8e7730684e9901a2.tar.gz
nixpkgs-31e42afc36690ba0aef7292a8e7730684e9901a2.tar.bz2
nixpkgs-31e42afc36690ba0aef7292a8e7730684e9901a2.tar.lz
nixpkgs-31e42afc36690ba0aef7292a8e7730684e9901a2.tar.xz
nixpkgs-31e42afc36690ba0aef7292a8e7730684e9901a2.tar.zst
nixpkgs-31e42afc36690ba0aef7292a8e7730684e9901a2.zip
python311Packages.fakeredis: 2.12.1 -> 2.14.1
-rw-r--r--pkgs/development/python-modules/fakeredis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/fakeredis/default.nix b/pkgs/development/python-modules/fakeredis/default.nix
index 11a6ebb85be..ddebf51f1ca 100644
--- a/pkgs/development/python-modules/fakeredis/default.nix
+++ b/pkgs/development/python-modules/fakeredis/default.nix
@@ -16,7 +16,7 @@
 
 buildPythonPackage rec {
   pname = "fakeredis";
-  version = "2.12.1";
+  version = "2.14.1";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
     owner = "dsoftwareinc";
     repo = "fakeredis-py";
     rev = "refs/tags/v${version}";
-    hash = "sha256-WF3dITWCrTQDORfaGWPpJBQFkPrUN6faHohjvBuOW7I=";
+    hash = "sha256-kLCCCUbre/Bi0DFv/+PVHvw1NXn2HhQx5kYtEaOqP58=";
   };
 
   nativeBuildInputs = [