Commit a20dc12b authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.google-cloud-artifact-registry: 1.13.1 -> 1.14.0

parent efd9668e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "google-cloud-artifact-registry";
  version = "1.13.1";
  version = "1.14.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "google_cloud_artifact_registry";
    inherit version;
    hash = "sha256-wbr6WfuA9n94DK/B0OKS8PrnP1tiCRORKGXtDv6vU0Q=";
    hash = "sha256-xn4OBhidFxwfNHcCoXecZqMbGyFNIJ75f5u75Fi5yQ4=";
  };

  build-system = [ setuptools ];