lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.google-cloud-artifact-registry: update URL

+5 -2
+5 -2
pkgs/development/python-modules/google-cloud-artifact-registry/default.nix
··· 24 24 grpc-google-iam-v1 25 25 ] ++ google-api-core.optional-dependencies.grpc; 26 26 27 - nativeCheckInputs = [ pytestCheckHook ]; 27 + nativeCheckInputs = [ 28 + pytestCheckHook 29 + ]; 28 30 29 31 pythonImportsCheck = [ 30 32 "google.cloud.artifactregistry" ··· 34 36 35 37 meta = with lib; { 36 38 description = "Google Cloud Artifact Registry API client library"; 37 - homepage = "https://github.com/googleapis/google-cloud-python"; 39 + homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-artifact-registry"; 40 + changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-artifact-registry-v${version}/packages/google-cloud-artifact-registry/CHANGELOG.md"; 38 41 license = licenses.asl20; 39 42 maintainers = with maintainers; [ samuela ]; 40 43 };