python311Packages.google-cloud-redis: 2.15.1 -> 2.15.2

Changelog: https://github.com/googleapis/python-redis/blob/v2.15.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-02-23 11:39:09 +01:00
parent f551ff7563
commit b11dcb05a5

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.15.1";
version = "2.15.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-RTDYMmkRjkP5VhN74Adlvm/vpqXd9lnu3ckjmItIi+Y=";
hash = "sha256-uq+TEU5Ky3Uuaga19Y58UL9oPrDhOGRf7OduCgFZwYg=";
};
nativeBuildInputs = [