python312Packages.linode-api: 5.26.0 -> 5.27.0

This commit is contained in:
R. Ryantm
2025-02-15 20:22:47 +00:00
parent 6ca4c0b61b
commit 83781e8852
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "linode-api";
version = "5.26.0";
version = "5.27.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "linode";
repo = "python-linode-api";
tag = "v${version}";
hash = "sha256-+Co8c0JJKzA2IBj/RUrY+iNTCI0nCvqQUW1F7Crd2mc=";
hash = "sha256-hMxCRSba0hjOsq+TFyrb04uMfy13GZEO7elAKmqgnzY=";
};
build-system = [ setuptools ];