pythonPackages.click: 6.4 -> 6.6

This commit is contained in:
Tobias Geerinckx-Rice 2016-04-06 20:17:16 +02:00
parent 133e6e1ea6
commit 48d8f05185
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -3109,11 +3109,11 @@ in modules // {
};
click = buildPythonPackage rec {
name = "click-6.3";
name = "click-6.6";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/c/click/${name}.tar.gz";
sha256 = "076cr1xbhfyfrzkvflz1i0950jgjn2161hp3f5xji4z1mgxdj85p";
sha256 = "1sggipyz52crrybwbr9xvwxd4aqigvplf53k9w3ygxmzivd1jsnc";
};
buildInputs = with self; [ pytest ];