about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-11 11:08:57 -0400
committerGitHub <noreply@github.com>2024-03-11 11:08:57 -0400
commit83c28bafad94e0ec7b85097e237cc3496a16a9db (patch)
treef659150e3ed6ae4318e28fb4d79571333cbf84ab /pkgs/development/python-modules
parentb07e7eaa2333cc90158e8ade4ca09fda4e05839f (diff)
parent8ccd3255175015753c1efae4a1a3d99591c5f624 (diff)
downloadnixlib-83c28bafad94e0ec7b85097e237cc3496a16a9db.tar
nixlib-83c28bafad94e0ec7b85097e237cc3496a16a9db.tar.gz
nixlib-83c28bafad94e0ec7b85097e237cc3496a16a9db.tar.bz2
nixlib-83c28bafad94e0ec7b85097e237cc3496a16a9db.tar.lz
nixlib-83c28bafad94e0ec7b85097e237cc3496a16a9db.tar.xz
nixlib-83c28bafad94e0ec7b85097e237cc3496a16a9db.tar.zst
nixlib-83c28bafad94e0ec7b85097e237cc3496a16a9db.zip
Merge pull request #294985 from r-ryantm/auto-update/python312Packages.types-redis
python312Packages.types-redis: 4.6.0.20240218 -> 4.6.0.20240311
Diffstat (limited to 'pkgs/development/python-modules')
-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 c5515cf1f70f..9a3685c1bb0d 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.20240218";
+  version = "4.6.0.20240311";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-UQPX5pDlx0yXShYTF7LVmsIwPPi+8kF1sEwqTDSGyzk=";
+    hash = "sha256-4Em73/DgofjnAbZGNoESkdIb/3m/HnhQhQpEBVIkqF8=";
   };
 
   propagatedBuildInputs = [