Merge pull request #177834 from r-ryantm/auto-update/python3.10-types-redis
python310Packages.types-redis: 4.2.6 -> 4.2.7
This commit is contained in:
commit
bef6dc29e8
@ -5,12 +5,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-redis";
|
||||
version = "4.2.6";
|
||||
version = "4.2.7";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-1q3HcYXPQLMAgWdnpkwO6e4LIdwXTo5cI7foPUMYnLg=";
|
||||
sha256 = "sha256-7s5XPo39USOPrh34TTYCM1+8vTuosGQIHMD/jsHwWKE=";
|
||||
};
|
||||
|
||||
# Module doesn't have tests
|
||||
|
Loading…
Reference in New Issue
Block a user