python310Packages.google-cloud-compute: add changelog to meta
This commit is contained in:
@@ -13,11 +13,13 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-compute";
|
||||
version = "1.5.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-D0pIR1vQEt/7aIxMo0uDlxvt+fwS2DxCurU/lxMHAjo=";
|
||||
hash = "sha256-D0pIR1vQEt/7aIxMo0uDlxvt+fwS2DxCurU/lxMHAjo=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -48,6 +50,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "API Client library for Google Cloud Compute";
|
||||
homepage = "https://github.com/googleapis/python-compute";
|
||||
changelog = "https://github.com/googleapis/python-compute/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ jpetrucciani ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user