Unverified Commit e8ae5984 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #256493 from r-ryantm/auto-update/python310Packages.upcloud-api

python310Packages.upcloud-api: 2.5.0 -> 2.5.1
parents 921ad157 1029384b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

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

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

  propagatedBuildInputs = [