about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorGlenn Searby <glenn.searby@gmail.com>2018-01-16 10:26:49 +0000
committeradisbladis <adis@blad.is>2018-03-30 12:39:39 +0800
commit2cf5f3cc6091da248843e39c1c28b2bac1281247 (patch)
treeb1acac2db9ce86d7c708be5863aa2fade02e629a /pkgs
parentcef9812b934d0d8de64d6e547a3385af9fe9ef9f (diff)
downloadnixlib-2cf5f3cc6091da248843e39c1c28b2bac1281247.tar
nixlib-2cf5f3cc6091da248843e39c1c28b2bac1281247.tar.gz
nixlib-2cf5f3cc6091da248843e39c1c28b2bac1281247.tar.bz2
nixlib-2cf5f3cc6091da248843e39c1c28b2bac1281247.tar.lz
nixlib-2cf5f3cc6091da248843e39c1c28b2bac1281247.tar.xz
nixlib-2cf5f3cc6091da248843e39c1c28b2bac1281247.tar.zst
nixlib-2cf5f3cc6091da248843e39c1c28b2bac1281247.zip
linode-api: 4.1.2b0 -> 4.1.6b0
Needed because the underlying HTTP endpoint has also changed.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/linode-api/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/linode-api/default.nix b/pkgs/development/python-modules/linode-api/default.nix
index 45c33f94b28a..9777e32ff5cd 100644
--- a/pkgs/development/python-modules/linode-api/default.nix
+++ b/pkgs/development/python-modules/linode-api/default.nix
@@ -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 = {