python3Packages.linode-api: 5.13.1 -> 5.16.0

This commit is contained in:
Martin Weinelt
2024-06-24 12:15:40 +02:00
parent 5879fe3bcd
commit 2258b394d3
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "linode-api";
version = "5.13.1";
version = "5.16.0";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "linode";
repo = "python-linode-api";
rev = "refs/tags/v${version}";
hash = "sha256-WB4CurdokRKh1eD6FZR2SeMpa3Z0BzLb0ldI7SYPEVI=";
hash = "sha256-B90BfuAqyncJPIvcni7bthiwSfmeL9CqeTYT1/y5TNY=";
};
nativeBuildInputs = [ setuptools ];