From e29288782b6a0bd3ca13195b1c99706174d677c3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 31 Dec 2025 11:05:29 +0100 Subject: [PATCH 1/2] python313Packages.google-cloud-artifact-registry: 1.16.1 -> 1.18.0 Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-artifact-registry-v1.18.0/packages/google-cloud-artifact-registry/CHANGELOG.md --- .../python-modules/google-cloud-artifact-registry/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix index 07016cd0f025..ffd9d7632d0c 100644 --- a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix +++ b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "google-cloud-artifact-registry"; - version = "1.16.1"; + version = "1.18.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "google_cloud_artifact_registry"; inherit version; - hash = "sha256-X3v503uTPImEhSFw/oQlAaitx/MSgagblK1hkkSL7M4="; + hash = "sha256-GLYw5FsVCBp9EgGRR1wiJpKSo14SlmqLRCL85pi1ASg="; }; build-system = [ setuptools ]; From 885f5af27481d84133bf1375a19d30a463d45ae4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 31 Dec 2025 11:06:46 +0100 Subject: [PATCH 2/2] python313Packages.google-cloud-artifact-registry: remove disabled --- .../python-modules/google-cloud-artifact-registry/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix index ffd9d7632d0c..b32a966b5411 100644 --- a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix +++ b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix @@ -9,7 +9,6 @@ protobuf, pytest-asyncio, pytestCheckHook, - pythonOlder, setuptools, }: @@ -18,8 +17,6 @@ buildPythonPackage rec { version = "1.18.0"; pyproject = true; - disabled = pythonOlder "3.7"; - src = fetchPypi { pname = "google_cloud_artifact_registry"; inherit version;