python3Packages.upcloud-api: 2.6.0 -> 2.7.0
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "upcloud-api";
|
||||
version = "2.6.0";
|
||||
version = "2.7.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "UpCloudLtd";
|
||||
repo = "upcloud-python-api";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-RDGRue9hejNPKIP61GtJHMG5rG3CKvJdsYxVrp6I5W0=";
|
||||
hash = "sha256-YTccjuoagjS/Gllw8VtJ4NFoVqN1YeqXdgHI7BtP98w=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "upcloud_api" ];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/UpCloudLtd/upcloud-python-api/blob/${src.rev}/CHANGELOG.md";
|
||||
changelog = "https://github.com/UpCloudLtd/upcloud-python-api/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "UpCloud API Client";
|
||||
homepage = "https://github.com/UpCloudLtd/upcloud-python-api";
|
||||
license = licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user