python3Packages.linode-api: 5.35.0 -> 5.37.0

This commit is contained in:
R. Ryantm
2025-10-09 07:42:01 +00:00
parent eb19d9bd0d
commit a30765c1fd

View File

@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "linode-api";
version = "5.35.0";
version = "5.37.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "linode";
repo = "python-linode-api";
tag = "v${version}";
hash = "sha256-Ak92yjTDi8ql+Trzl4IRAn+DucRZsdHSK75RjFECcCY=";
hash = "sha256-fRTTXWkn1YBWW9xrFm3y6o7f8ZdYhObqVLSHAuiNHak=";
};
build-system = [ setuptools ];