Unverified Commit 60c9bbad authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.linode-api: 5.33.1 -> 5.34.0 (#437726)

parents b5b29894 0dd502f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "linode-api";
  version = "5.33.1";
  version = "5.34.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "linode";
    repo = "python-linode-api";
    tag = "v${version}";
    hash = "sha256-RFnsz04Z3oB86VPzClYdQfgup27FNhSwvR0Q4hJclE8=";
    hash = "sha256-yaItHYxO2+oMiqNAHJJG1B0VRHyKNvicupktihbTNr8=";
  };

  build-system = [ setuptools ];