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

python310Packages.google-cloud-redis: 2.12.0 -> 2.12.1
This commit is contained in:
Weijia Wang 2023-05-04 14:09:19 +03:00 committed by GitHub
commit 4b6bb1e42c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.12.0";
version = "2.12.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0uhWndF50vKVUk71DwoInQORAiR5vQyNMMA+T2p69W4=";
hash = "sha256-gQ3xG2QcnrSvl1hsvlcY9g77JW8fFk/Pci01tNqpAUs=";
};
propagatedBuildInputs = [