python310Packages.types-redis: 4.6.0.6 -> 4.6.0.7

This commit is contained in:
R. Ryantm 2023-09-23 11:27:08 +00:00
parent 0b0169e4f1
commit d006f43bd2

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "types-redis";
version = "4.6.0.6";
version = "4.6.0.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-eGWoQ4ApN6st3KM1ecTiVb/nP4evhYJOrXpnKbqS/FI=";
hash = "sha256-KMQVPdtcnU8Q3vRKJFRnPDYdLV/DzYZ887sVIPP1mjg=";
};
propagatedBuildInputs = [