python310Packages.types-redis: 4.6.0.3 -> 4.6.0.4

This commit is contained in:
R. Ryantm
2023-08-17 17:39:22 +00:00
parent bc9b484db8
commit 2a14e196d6
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "types-redis";
version = "4.6.0.3";
version = "4.6.0.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-797zfcDAS/V4YZVlH9aU+L/daT6sCexK9G2Q9yZSVY8=";
hash = "sha256-xHWp089z3WlsOIfTBkQyP8VvXgCvlhUQNbO1tSh1ybM=";
};
propagatedBuildInputs = [