Merge pull request #245342 from r-ryantm/auto-update/python310Packages.types-redis

python310Packages.types-redis: 4.6.0.2 -> 4.6.0.3
This commit is contained in:
Nick Cao 2023-07-25 04:31:47 -06:00 committed by GitHub
commit 46f4a37dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "types-redis";
version = "4.6.0.2";
version = "4.6.0.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-0O/NlvZf0gNkN8KdjBJWbP3FSTRdc+3aywSIuBr/n54=";
hash = "sha256-797zfcDAS/V4YZVlH9aU+L/daT6sCexK9G2Q9yZSVY8=";
};
propagatedBuildInputs = [