Unverified Commit ae6c294c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.google-cloud-artifact-registry: 1.16.1 -> 1.18.0 (#475543)

parents 25c002d8 885f5af2
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -9,21 +9,18 @@
  protobuf,
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
  pname = "google-cloud-artifact-registry";
  version = "1.16.1";
  version = "1.18.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    pname = "google_cloud_artifact_registry";
    inherit version;
    hash = "sha256-X3v503uTPImEhSFw/oQlAaitx/MSgagblK1hkkSL7M4=";
    hash = "sha256-GLYw5FsVCBp9EgGRR1wiJpKSo14SlmqLRCL85pi1ASg=";
  };

  build-system = [ setuptools ];