python310Packages.types-redis: 4.3.21.3 -> 4.3.21.6

This commit is contained in:
Fabian Affolter 2022-12-19 09:42:30 +01:00
parent 435b8a6d63
commit 49836f4b8d

View File

@ -5,12 +5,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-redis"; pname = "types-redis";
version = "4.3.21.3"; version = "4.3.21.6";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-Lh8YQFYYjIdU3tC1Fz3AGCTSv+QZdf4xgGimi+7ftiw="; sha256 = "sha256-95afc6D3np54lfBToG2LQp+3tdT+Emm47kBGM4j2U60=";
}; };
# Module doesn't have tests # Module doesn't have tests