mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
pyutil: 1.7.9 -> 2.0.0. Fixes build failure (ZHF)
This commit is contained in:
parent
5a4d349ce7
commit
63eccd2b2d
@ -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 []);
|
||||
|
Loading…
Reference in New Issue
Block a user