Merge pull request #178197 from r-ryantm/auto-update/python3.10-types-redis

python310Packages.types-redis: 4.2.7 -> 4.2.8
This commit is contained in:
Jörg Thalheim 2022-06-19 08:21:08 +01:00 committed by GitHub
commit fe24b3222e
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.2.7";
version = "4.2.8";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-7s5XPo39USOPrh34TTYCM1+8vTuosGQIHMD/jsHwWKE=";
sha256 = "sha256-L+NNQLx4UduHUs2mIQxKi+zRuv2a213xieEVg3cL+aA=";
};
# Module doesn't have tests