Merge pull request #227641 from fabaff/types-redis-bump

python310Packages.types-redis: 4.5.1.4 -> 4.5.4.1
This commit is contained in:
Fabian Affolter 2023-04-22 22:34:20 +02:00 committed by GitHub
commit 079d3fd1a1
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.5.1.4";
version = "4.5.4.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-dmAXh1TWCkz6z1sz7gY6oGJTEXkcYgdc2TYTZiej978=";
hash = "sha256-vwQZL0FbK0Ls79cLtLkesDUuSPJxaiE+A441wJamOcI=";
};
propagatedBuildInputs = [