Loading pkgs/development/python-modules/google-cloud-artifact-registry/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/google-cloud-artifact-registry/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -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 ]; Loading