lol

Python linode-api: 4.1.1b2 -> 4.1.2b0

This change is needed as the web API which this Python client depends on
has changed and broken basic functionality.

+2 -2
+2 -2
pkgs/development/python-modules/linode-api/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "linode-api"; 13 - version = "4.1.1b2"; # NOTE: this is a beta, and the API may change in future versions. 13 + version = "4.1.2b0"; # NOTE: this is a beta, and the API may change in future versions. 14 14 name = "${pname}-${version}"; 15 15 16 16 disabled = (pythonOlder "2.7"); ··· 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - sha256 = "1lfqsll3wv1wzn98ymmcbw0yawj8ab3mxniws6kaxf99jd4a0xp4"; 29 + sha256 = "19yzyb4sbxib8yxmrqm6d8i0fm8cims56q7kiq2ana26nbcm0gr4"; 30 30 }; 31 31 32 32 meta = {