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 6 buildPythonPackage rec { 7 pname = "types-redis"; 8 - version = "4.3.19"; 9 format = "setuptools"; 10 11 src = fetchPypi { 12 inherit pname version; 13 - sha256 = "sha256-yIH/uUvUfcoh7VAzKFRKVrsxWFFXXuuyf7Nxv/c1hEo="; 14 }; 15 16 # Module doesn't have tests
··· 5 6 buildPythonPackage rec { 7 pname = "types-redis"; 8 + version = "4.3.20"; 9 format = "setuptools"; 10 11 src = fetchPypi { 12 inherit pname version; 13 + sha256 = "sha256-dO0ClFRw3eot0hRHwYXauzFp5aUyjSayXPNUfZSbjgQ="; 14 }; 15 16 # Module doesn't have tests