python310Packages.types-redis: 4.3.18 -> 4.3.19

This commit is contained in:
R. Ryantm 2022-08-31 01:45:12 +00:00 committed by Jonathan Ringer
parent dc47e5251e
commit 954125059c

View file

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