Skip to content

Commit

Permalink
pythonPackages.pyparsing: 2.0.1 -> 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lsix authored and FRidh committed May 31, 2016
1 parent 228331c commit 2a97b33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -18011,14 +18011,15 @@ in modules // {


pyparsing = buildPythonPackage rec {
name = "pyparsing-2.0.1";
name = "pyparsing-${version}";
version = "2.1.4";

src = pkgs.fetchurl {
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;

meta = {
Expand Down

0 comments on commit 2a97b33

Please sign in to comment.