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

This commit is contained in:
dotlambda
2025-08-27 19:21:37 -07:00
committed by GitHub
@@ -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 ];