Revert "python-packages: click 3.3 -> 4.1"

I *think* this might be breaking nox-review on Travis (but not here...)
Reverting to get Travis working ASAP until I figure out if that is so.

This reverts commit ba9a6e2d095a5895e82f791ec8f1b92f05259454.
This commit is contained in:
Tobias Geerinckx-Rice 2015-07-31 02:02:26 +02:00
parent cf1edbb662
commit 083ff50289

View File

@ -1884,11 +1884,11 @@ let
};
click = buildPythonPackage rec {
name = "click-4.1";
name = "click-3.3";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/c/click/${name}.tar.gz";
sha256 = "1n4fvxpgbna83g6daarscljwpbarr45qfalh9hqla8ayy84ysfg3";
sha256 = "1rfn8ml80rw3hkgpm1an5p3vdyhh7hzx4zynr8dhfl7bsw28r77p";
};
meta = {