python310Packages.google-cloud-redis: 2.11.1 -> 2.12.0

Changelog: https://github.com/googleapis/python-redis/blob/v2.12.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-03-12 18:43:38 +01:00
parent 36bc24f3fb
commit f729bf8839

View File

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