python310Packages.types-redis: 4.3.2 -> 4.3.3

This commit is contained in:
Fabian Affolter 2022-07-12 13:09:49 +02:00
parent 6bff61fa6c
commit 354cd9ea00

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-redis";
version = "4.3.2";
version = "4.3.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-oZNQj6poxT3sRcwwUV6rlMMxMlr4oMPIAJX2Dyq22qY=";
sha256 = "sha256-064pr/eZk2HJ+XlJi9LiV/ky9ikbh2qsC0S18AEGxuE=";
};
# Module doesn't have tests