Loading pkgs/development/python-modules/lazr-restfulclient/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,13 +16,13 @@ buildPythonPackage rec { pname = "lazr.restfulclient"; version = "0.14.5"; version = "0.14.6"; disabled = isPy27; # namespace is broken for python2 src = fetchPypi { inherit pname version; hash = "sha256-B1FxfH502xmH6adzNXB9TX2XzwSxrQiYuCLxIzPWiHw="; hash = "sha256-Q/EqHTlIRjsUYgOMR7Qp3LXkLgun8uFlEbArpdKt/9s="; }; propagatedBuildInputs = [ distro httplib2 oauthlib setuptools six wadllib ]; Loading Loading
pkgs/development/python-modules/lazr-restfulclient/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,13 +16,13 @@ buildPythonPackage rec { pname = "lazr.restfulclient"; version = "0.14.5"; version = "0.14.6"; disabled = isPy27; # namespace is broken for python2 src = fetchPypi { inherit pname version; hash = "sha256-B1FxfH502xmH6adzNXB9TX2XzwSxrQiYuCLxIzPWiHw="; hash = "sha256-Q/EqHTlIRjsUYgOMR7Qp3LXkLgun8uFlEbArpdKt/9s="; }; propagatedBuildInputs = [ distro httplib2 oauthlib setuptools six wadllib ]; Loading