python310Packages.types-redis: 4.6.0.2 -> 4.6.0.3

This commit is contained in:
R. Ryantm 2023-07-25 08:33:19 +00:00
parent 7a4e41548d
commit eba3d76164

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 = [