python3Packages.linode-api: 5.37.0 -> 5.38.0

This commit is contained in:
R. Ryantm
2025-10-30 17:11:25 +00:00
parent 7f40afa66e
commit 13b0bf2fb5

View File

@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "linode-api";
version = "5.37.0";
version = "5.38.0";
pyproject = true;
# Sources from Pypi exclude test fixtures
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "linode";
repo = "python-linode-api";
tag = "v${version}";
hash = "sha256-fRTTXWkn1YBWW9xrFm3y6o7f8ZdYhObqVLSHAuiNHak=";
hash = "sha256-ToM3ur0bqU5xXCtO8ekZwpvM1bRxtwa7CqOzGJEyY7I=";
};
build-system = [ setuptools ];