python3Packages.linode-api: 5.38.0 -> 5.39.0

This commit is contained in:
R. Ryantm
2026-01-23 08:46:56 +00:00
parent c5fd0b8a75
commit 1d07b8396c
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "linode-api";
version = "5.38.0";
version = "5.39.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-ToM3ur0bqU5xXCtO8ekZwpvM1bRxtwa7CqOzGJEyY7I=";
hash = "sha256-WYPKq+WSEnqQdqZ0R8cUm7QYgE6EYtQ/NXdBfV2d8dI=";
};
build-system = [ setuptools ];