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

Changelog: https://github.com/googleapis/python-redis/blob/v2.15.3/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-03-06 22:51:07 +01:00
parent 407f89d5f8
commit aa14210b41

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.15.2";
version = "2.15.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uq+TEU5Ky3Uuaga19Y58UL9oPrDhOGRf7OduCgFZwYg=";
hash = "sha256-5qIx5FEHA4z+SY360fba0sp73KOpMTI3ML4Dq3oACo8=";
};
nativeBuildInputs = [