python311Packages.google-cloud-redis: 2.13.0 -> 2.13.1

Changelog: https://github.com/googleapis/python-redis/blob/v2.13.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-07-06 12:26:03 +02:00
parent 639ad2f751
commit d1cd6c9c49

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.13.0";
version = "2.13.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-BKDbtyn1wnzTXM6B7lgUCe17NLB9yaj1XhMbP4zE3Qo=";
hash = "sha256-UtT1z5zMzc7+Xhqcx5u77IS8GC8KaNOpYstZ8BlrFGc=";
};
propagatedBuildInputs = [