python3Packages.google-cloud-artifact-registry: 1.16.0 -> 1.16.1

This commit is contained in:
R. Ryantm
2025-06-29 23:27:49 +02:00
committed by Weijia Wang
parent 4ccba35866
commit 772b47210b
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "google-cloud-artifact-registry";
version = "1.16.0";
version = "1.16.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_artifact_registry";
inherit version;
hash = "sha256-PDikL/ECsIdQn7gXoF04SVxpp7aZ9allTJL+pnd947E=";
hash = "sha256-X3v503uTPImEhSFw/oQlAaitx/MSgagblK1hkkSL7M4=";
};
build-system = [ setuptools ];