pyutil: 1.7.9 -> 2.0.0. Fixes build failure (ZHF)

This commit is contained in:
Luca Bruno 2015-07-21 16:26:47 +02:00
parent 5a4d349ce7
commit 63eccd2b2d

View File

@ -11134,11 +11134,11 @@ let
pyutil = buildPythonPackage (rec {
name = "pyutil-1.7.9";
name = "pyutil-2.0.0";
src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/p/pyutil/${name}.tar.gz";
sha256 = "c303bb779f96073820e2eb7c9692fe15a57df491eb356839f3cb3377ed03b844";
sha256 = "1fsg9yz5mi2sb0h6c1vvcqchx56i89nbvdb5gfgv1ia3b2w5ra8c";
};
buildInputs = with self; [ setuptoolsDarcs setuptoolsTrial ] ++ (if doCheck then [ simplejson ] else []);