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

python311Packages.types-redis: 4.6.0.1 -> 4.6.0.2
This commit is contained in:
Weijia Wang 2023-07-06 11:51:12 +03:00 committed by GitHub
commit b38283d128
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.1";
version = "4.6.0.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-ElTVJd56ReLvqstpaeZ60d1cw1mgkgIiAFg6PwSGhmk=";
hash = "sha256-0O/NlvZf0gNkN8KdjBJWbP3FSTRdc+3aywSIuBr/n54=";
};
propagatedBuildInputs = [