python310Packages.upcloud-api: 2.0.1 -> 2.5.0
Diff: https://github.com/UpCloudLtd/upcloud-python-api/compare/refs/tags/v2.0.1...v2.5.0 Changelog: https://github.com/UpCloudLtd/upcloud-python-api/blob/refs/tags/v2.5.0/CHANGELOG.md
This commit is contained in:
parent
ed75ab352f
commit
6ce9a79489
1 changed files with 3 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "upcloud-api";
|
pname = "upcloud-api";
|
||||||
version = "2.0.1";
|
version = "2.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "UpCloudLtd";
|
owner = "UpCloudLtd";
|
||||||
repo = "upcloud-python-api";
|
repo = "upcloud-python-api";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-thmrbCpGjlDkHIZwIjRgIVMplaypiKByFS/nS8F2LXA=";
|
hash = "sha256-35vPODc/oL+JPMnStFutIRYVTUkYAXKRt/KXBW0Yc+U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -29,6 +29,7 @@ buildPythonPackage rec {
|
||||||
pythonImportsCheck = [ "upcloud_api" ];
|
pythonImportsCheck = [ "upcloud_api" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
changelog = "https://github.com/UpCloudLtd/upcloud-python-api/blob/${src.rev}/CHANGELOG.md";
|
||||||
description = "UpCloud API Client";
|
description = "UpCloud API Client";
|
||||||
homepage = "https://github.com/UpCloudLtd/upcloud-python-api";
|
homepage = "https://github.com/UpCloudLtd/upcloud-python-api";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|
Loading…
Reference in a new issue