We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51e8409 + 83781e8 commit ee407efCopy full SHA for ee407ef
pkgs/development/python-modules/linode-api/default.nix
@@ -14,7 +14,7 @@
14
15
buildPythonPackage rec {
16
pname = "linode-api";
17
- version = "5.26.0";
+ version = "5.27.0";
18
pyproject = true;
19
20
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
24
owner = "linode";
25
repo = "python-linode-api";
26
tag = "v${version}";
27
- hash = "sha256-+Co8c0JJKzA2IBj/RUrY+iNTCI0nCvqQUW1F7Crd2mc=";
+ hash = "sha256-hMxCRSba0hjOsq+TFyrb04uMfy13GZEO7elAKmqgnzY=";
28
};
29
30
build-system = [ setuptools ];
0 commit comments