Skip to content

Commit

Permalink
pythonPackages.green: 2.12.0 -> 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Feb 27, 2018
1 parent 4e50deb commit 12c2f2a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pkgs/development/python-modules/green/default.nix
Expand Up @@ -2,18 +2,13 @@

buildPythonPackage rec {
pname = "green";
version = "2.12.0";
version = "2.12.1";

src = fetchPypi {
inherit pname version;
sha256 = "8cdd2934eff754c9664f373ee0d77cb1cb35dbbf3b719b8ae3b059718db875df";
sha256 = "4c0c163bd2ce2da1f201eb69fd92fc24aaeab884f9e5c5a8c23d507a53336fa8";
};

prePatch = ''
# See https://github.com/CleanCut/green/pull/182
substituteInPlace setup.py --replace python-termstyle termstyle
'';

propagatedBuildInputs = [
colorama coverage termstyle unidecode
] ++ lib.optionals (!isPy3k) [ mock backports_shutil_get_terminal_size ];
Expand Down

0 comments on commit 12c2f2a

Please sign in to comment.