python312Packages.google-cloud-artifact-registry: 1.11.5 -> 1.12.0 (#351370)

This commit is contained in:
Fabian Affolter 2024-11-01 23:00:29 +01:00 committed by GitHub
commit 8b3ce056cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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