Commit 6ce9a794 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent ed75ab35
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "upcloud-api";
  version = "2.0.1";
  version = "2.5.0";

  src = fetchFromGitHub {
    owner = "UpCloudLtd";
    repo = "upcloud-python-api";
    rev = "refs/tags/v${version}";
    sha256 = "sha256-thmrbCpGjlDkHIZwIjRgIVMplaypiKByFS/nS8F2LXA=";
    hash = "sha256-35vPODc/oL+JPMnStFutIRYVTUkYAXKRt/KXBW0Yc+U=";
  };

  propagatedBuildInputs = [
@@ -29,6 +29,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "upcloud_api" ];

  meta = with lib; {
    changelog = "https://github.com/UpCloudLtd/upcloud-python-api/blob/${src.rev}/CHANGELOG.md";
    description = "UpCloud API Client";
    homepage = "https://github.com/UpCloudLtd/upcloud-python-api";
    license = licenses.mit;