Merge pull request #305289 from r-ryantm/auto-update/python311Packages.types-redis

python311Packages.types-redis: 4.6.0.20240409 -> 4.6.0.20240417
This commit is contained in:
Nick Cao 2024-04-22 15:17:27 -04:00 committed by GitHub
commit 784dd5330c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "types-redis";
version = "4.6.0.20240409";
version = "4.6.0.20240417";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ziF8J5WB12nfmSxbdtYcZUJbCmeWJgSOYz5kOGjriBs=";
hash = "sha256-i+Sz5ZRRIKze8KI0jAS+QolOhMbWFiiLkIo9jtXomo0=";
};
build-system = [ setuptools ];