Merge pull request #325695 from r-ryantm/auto-update/python312Packages.google-cloud-redis

python312Packages.google-cloud-redis: 2.15.3 -> 2.15.4
This commit is contained in:
Weijia Wang
2024-07-16 09:44:50 +02:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-redis";
version = "2.15.3";
version = "2.15.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5qIx5FEHA4z+SY360fba0sp73KOpMTI3ML4Dq3oACo8=";
hash = "sha256-vG8+mL1A5j9Cuwzmz+aYbjmYXWlGCzriDNtQoLbwmoU=";
};
nativeBuildInputs = [ setuptools ];
@@ -44,8 +44,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google Cloud Memorystore for Redis API client library";
homepage = "https://github.com/googleapis/python-redis";
changelog = "https://github.com/googleapis/python-redis/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-redis";
changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-redis-v${version}/packages/google-cloud-redis/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};