Merge pull request #164349 from r-ryantm/auto-update/python3.10-google-cloud-redis

python310Packages.google-cloud-redis: 2.7.1 -> 2.8.0
This commit is contained in:
Fabian Affolter 2022-03-16 09:30:32 +01:00 committed by GitHub
commit 20feda65e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.7.1";
version = "2.8.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-tz2upcRjgE6/4cB0riARwot3Vhw4QSKqqHTlJS3i7is=";
hash = "sha256-7L3SjViQmzTp//5LWWG9VG+TQuPay70KZdUuzhy7HS0=";
};
propagatedBuildInputs = [