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

authored by Sandro and committed by GitHub 8b00790c 2c4c5217

+2 -2
+2 -2
pkgs/development/python-modules/types-redis/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-redis"; 8 - version = "4.3.19"; 8 + version = "4.3.20"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-yIH/uUvUfcoh7VAzKFRKVrsxWFFXXuuyf7Nxv/c1hEo="; 13 + sha256 = "sha256-dO0ClFRw3eot0hRHwYXauzFp5aUyjSayXPNUfZSbjgQ="; 14 14 }; 15 15 16 16 # Module doesn't have tests