python3Packages.google-cloud-org-policy: 1.16.0 -> 1.16.1
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "google-cloud-org-policy";
|
||||
version = "1.16.0";
|
||||
version = "1.16.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "google_cloud_org_policy";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-xyFHEn2I2YCa+HOLKr40gG6sUpw83FeqkVzAihuEKhM=";
|
||||
hash = "sha256-KleKj6JhG4pi/XAM82C/VndJED2nvK1+NzvT1lm7zpE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -43,9 +43,9 @@ buildPythonPackage (finalAttrs: {
|
||||
pythonImportsCheck = [ "google.cloud.orgpolicy" ];
|
||||
|
||||
meta = {
|
||||
description = "Protobufs for Google Cloud Organization Policy";
|
||||
homepage = "https://github.com/googleapis/python-org-policy";
|
||||
changelog = "https://github.com/googleapis/python-org-policy/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
description = "Python Client for Organization Policy";
|
||||
homepage = "https://github.com/googleapis/google-cloud-python/blob/main/packages/${finalAttrs.pname}";
|
||||
changelog = "https://github.com/googleapis/google-cloud-python/blob/${finalAttrs.pname}-v${finalAttrs.version}/packages/${finalAttrs.pname}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ austinbutler ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user