Merge pull request #194319 from r-ryantm/auto-update/python310Packages.google-cloud-redis

python310Packages.google-cloud-redis: 2.9.1 -> 2.9.2
This commit is contained in:
Fabian Affolter 2022-10-04 09:24:06 +02:00 committed by GitHub
commit 2e88eb2a55
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.9.1";
version = "2.9.2";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-tVBbsZod71v3hvkuWI4xIJYsx2xT7m7c4B9in/P2ww0=";
hash = "sha256-nltk97HZEpWOQIgL77crnaXR9Qu/mTOIc8v0vty6mtI=";
};
propagatedBuildInputs = [