Skip to content

Commit

Permalink
python312Packages.google-cloud-artifact-registry: 1.11.5 -> 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 26, 2024
1 parent aa2304e commit 178e420
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "google-cloud-artifact-registry";
version = "1.11.5";
version = "1.12.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_artifact_registry";
inherit version;
hash = "sha256-lNWDbgu9DDNRSh7cC1TfiYvy237bH16QduskPzQt9Mg=";
hash = "sha256-XuPps4IBJxIfF+9qmqDYzZDw3BOrZeVUznk/3af33XQ=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 178e420

Please sign in to comment.