Merge pull request #256876 from r-ryantm/auto-update/python310Packages.types-redis

python310Packages.types-redis: 4.6.0.6 -> 4.6.0.7

authored by

Nick Cao and committed by
GitHub
f415d169 d0f51c25

+2 -2
+2 -2
pkgs/development/python-modules/types-redis/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "types-redis"; 10 - version = "4.6.0.6"; 10 + version = "4.6.0.7"; 11 11 format = "setuptools"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-eGWoQ4ApN6st3KM1ecTiVb/nP4evhYJOrXpnKbqS/FI="; 15 + hash = "sha256-KMQVPdtcnU8Q3vRKJFRnPDYdLV/DzYZ887sVIPP1mjg="; 16 16 }; 17 17 18 18 propagatedBuildInputs = [