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

This commit is contained in:
Sandro 2022-09-04 15:26:25 +02:00 committed by GitHub
commit 8b00790cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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