linode-api: 4.1.2b0 -> 4.1.6b0

Needed because the underlying HTTP endpoint has also changed.
This commit is contained in:
Glenn Searby 2018-01-16 10:26:49 +00:00 committed by adisbladis
parent cef9812b93
commit 2cf5f3cc60
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "linode-api";
version = "4.1.2b0"; # NOTE: this is a beta, and the API may change in future versions.
version = "4.1.6b0"; # NOTE: this is a beta, and the API may change in future versions.
name = "${pname}-${version}";
disabled = (pythonOlder "2.7");
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "19yzyb4sbxib8yxmrqm6d8i0fm8cims56q7kiq2ana26nbcm0gr4";
sha256 = "0k80shsp10zvl5h4w83b8irv90mwmwygl59h97zi2q784xr4dxs5";
};
meta = {