Unverified Commit b0407f15 authored by Samuel Ainsworth's avatar Samuel Ainsworth Committed by GitHub
Browse files

Merge pull request #325706 from...

Merge pull request #325706 from r-ryantm/auto-update/python312Packages.google-cloud-artifact-registry

python312Packages.google-cloud-artifact-registry: 1.11.3 -> 1.11.4
parents 669466bb 44cbd43c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "google-cloud-artifact-registry";
  version = "1.11.3";
  version = "1.11.4";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-wsSeFbtZHWXeoiyC2lUUjFE09xkZuu+OtNNb4dHLIM0=";
    hash = "sha256-Rf1kC+XSFciXMeZ2LjdkqQ0AYQZ0cdN2TvccGvOXgkk=";
  };

  nativeBuildInputs = [ setuptools ];