python312Packages.google-cloud-artifact-registry: 1.12.0 -> 1.13.1

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-artifact-registry-v1.13.1/packages/google-cloud-artifact-registry/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-11-16 16:17:07 +01:00
parent c3bddef1f6
commit 4fc04feb46

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "google-cloud-artifact-registry";
version = "1.12.0";
version = "1.13.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_artifact_registry";
inherit version;
hash = "sha256-XuPps4IBJxIfF+9qmqDYzZDw3BOrZeVUznk/3af33XQ=";
hash = "sha256-wbr6WfuA9n94DK/B0OKS8PrnP1tiCRORKGXtDv6vU0Q=";
};
build-system = [ setuptools ];