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

python311Packages.types-redis: 4.6.0.20240417 -> 4.6.0.20240425
This commit is contained in:
Nick Cao 2024-04-25 10:11:41 -04:00 committed by GitHub
commit 6097cdedf0
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.20240417";
version = "4.6.0.20240425";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-i+Sz5ZRRIKze8KI0jAS+QolOhMbWFiiLkIo9jtXomo0=";
hash = "sha256-lAKhDukx0kH9/MBFkuv3pmHXu5Ko3qYxJ58NisvPOiI=";
};
build-system = [ setuptools ];