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

Changelog: https://github.com/googleapis/python-redis/blob/v2.13.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-09-20 23:00:10 +02:00
parent e8dd05c4c4
commit 62808bf3c5

View file

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