about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-08-17 21:22:31 +0200
committerGitHub <noreply@github.com>2023-08-17 21:22:31 +0200
commit9d943906394664f2ebf844037848a1b703c80c3a (patch)
tree55716130b7e26e315ba40b7447cd2cbd5c307c4f
parent52be2cdfea968e75b6ce2fb2e4a65c3fbb41d332 (diff)
parent2a14e196d64bac3f9573932283183a65daa0a9d6 (diff)
Merge pull request #249782 from r-ryantm/auto-update/python310Packages.types-redis
python310Packages.types-redis: 4.6.0.3 -> 4.6.0.4
-rw-r--r--pkgs/development/python-modules/types-redis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-redis/default.nix b/pkgs/development/python-modules/types-redis/default.nix
index e191d56d69d56..8275ed31f9443 100644
--- a/pkgs/development/python-modules/types-redis/default.nix
+++ b/pkgs/development/python-modules/types-redis/default.nix
@@ -7,12 +7,12 @@
 
 buildPythonPackage rec {
   pname = "types-redis";
-  version = "4.6.0.3";
+  version = "4.6.0.4";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-797zfcDAS/V4YZVlH9aU+L/daT6sCexK9G2Q9yZSVY8=";
+    hash = "sha256-xHWp089z3WlsOIfTBkQyP8VvXgCvlhUQNbO1tSh1ybM=";
   };
 
   propagatedBuildInputs = [