python3Packages.linode-api: 5.45.0 -> 5.46.0

This commit is contained in:
R. Ryantm
2026-07-15 15:38:00 +00:00
parent a84be33b3b
commit 77c95bfef4
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "linode-api";
version = "5.45.0";
version = "5.46.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-0FLF/LkU8SaR3itgMISbqOxmd4UZkGlTT3VDpmuv+QQ=";
hash = "sha256-d9VgHHbyEcFHy3bM2KpuwUN3Su7ABYqYRWL+nOZ1Xd4=";
};
build-system = [ setuptools ];