python313Packages.google-cloud-artifact-registry: 1.16.1 -> 1.18.0 (#475543)

This commit is contained in:
Fabian Affolter
2026-01-01 22:28:16 +00:00
committed by GitHub

View File

@@ -9,21 +9,18 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-artifact-registry";
version = "1.16.1";
version = "1.18.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_artifact_registry";
inherit version;
hash = "sha256-X3v503uTPImEhSFw/oQlAaitx/MSgagblK1hkkSL7M4=";
hash = "sha256-GLYw5FsVCBp9EgGRR1wiJpKSo14SlmqLRCL85pi1ASg=";
};
build-system = [ setuptools ];