linode-cli: 5.54.0 -> 5.56.2 (#383443)

This commit is contained in:
Peder Bergebakken Sundt 2025-04-25 00:47:20 +02:00 committed by GitHub
commit 3408dfc3fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@
}:
let
hash = "sha256-ITsZUjk0O7SvXOsj/sUD99pJPOZvOcLV1I6avV6Jeds=";
hash = "sha256-QQxadKVEIh1PvD8FdYgJ/U1iyWdy6FvO+LUELQ70KKw=";
# specVersion taken from: https://www.linode.com/docs/api/openapi.yaml at `info.version`.
specVersion = "4.176.0";
specHash = "sha256-P1E8Ga5ckrsw/CX0kxFef5fe8/p/pDCLuleX9wR5l48=";
@ -29,7 +29,7 @@ in
buildPythonApplication rec {
pname = "linode-cli";
version = "5.54.0";
version = "5.56.2";
pyproject = true;
src = fetchPypi {