Skip to content

Commit

Permalink
Merge pull request NixOS#266831 from fabaff/google-cloud-artifact-reg…
Browse files Browse the repository at this point in the history
…istry-bump

python311Packages.google-cloud-artifact-registry: 1.8.4 -> 1.9.0
  • Loading branch information
fabaff authored Nov 16, 2023
2 parents 0c08ce9 + cef136f commit 80ba19c
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,24 @@

buildPythonPackage rec {
pname = "google-cloud-artifact-registry";
version = "1.8.3";
version = "1.9.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-kgbSwGR5ObkMbup4p4ePXnxl7uRn0nYeGCOU1LMPZSE=";
hash = "sha256-NITSosBPrfpIC+FqVU0B5H5MT0taEjzTcl6GW03X8yU=";
};

propagatedBuildInputs = [
google-api-core
grpc-google-iam-v1
] ++ google-api-core.optional-dependencies.grpc;

nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytestCheckHook
];

pythonImportsCheck = [
"google.cloud.artifactregistry"
Expand All @@ -34,7 +36,8 @@ buildPythonPackage rec {

meta = with lib; {
description = "Google Cloud Artifact Registry API client library";
homepage = "https://github.com/googleapis/google-cloud-python";
homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-artifact-registry";
changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-artifact-registry-v${version}/packages/google-cloud-artifact-registry/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ samuela ];
};
Expand Down

0 comments on commit 80ba19c

Please sign in to comment.