Martin Weinelt 2026-07-02 12:56:23 +02:00
commit 05cb19eaae
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "google-cloud-artifact-registry";
version = "1.19.0";
version = "1.22.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_artifact_registry";
inherit version;
hash = "sha256-QVAy29BzPd9EO4RDKo3kiZqktupkGWDJjd8v6x10mpE=";
hash = "sha256-DoFzqXrmld/PAsgyd6D9V04aOb5AnaY0W5Rb6+V3rZQ=";
};
build-system = [ setuptools ];