python311Packages.types-redis: 4.6.0.20240409 -> 4.6.0.20240417

This commit is contained in:
R. Ryantm 2024-04-19 10:38:31 +00:00
parent 1f3ac32a1e
commit d4558d707a
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 ];