python310Packages.types-redis: 4.3.19 -> 4.3.20

This commit is contained in:
R. Ryantm 2022-09-04 03:15:38 +00:00
parent c2b4fed7e9
commit 0af80a7995

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-redis";
version = "4.3.19";
version = "4.3.20";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-yIH/uUvUfcoh7VAzKFRKVrsxWFFXXuuyf7Nxv/c1hEo=";
sha256 = "sha256-dO0ClFRw3eot0hRHwYXauzFp5aUyjSayXPNUfZSbjgQ=";
};
# Module doesn't have tests