pythonPackages.pyparsing: 2.0.1 -> 2.1.4

This commit is contained in:
Lancelot SIX 2016-03-18 12:29:54 +01:00 committed by Frederik Rietdijk
parent 228331cc7d
commit 2a97b337ba

View File

@ -18011,14 +18011,15 @@ in modules // {
pyparsing = buildPythonPackage rec { pyparsing = buildPythonPackage rec {
name = "pyparsing-2.0.1"; name = "pyparsing-${version}";
version = "2.1.4";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "mirror://pypi/p/pyparsing/${name}.tar.gz"; url = "mirror://pypi/p/pyparsing/${name}.tar.gz";
sha256 = "1r742rjbagf2i166k2w0r192adfw7l9lnsqz7wh4mflf00zws1q0"; sha256 = "0z3rn5cl22kglrvlkfbdjgrp7s443k6k4hcr5awlj3dmg7m4s8x9";
}; };
# error: invalid command 'test' # Not everything necessary to run the tests is included in the distribution
doCheck = false; doCheck = false;
meta = { meta = {