pythonPackages.pyparsing: 2.1.4 -> 2.1.8

This commit is contained in:
Lancelot SIX 2016-08-24 17:47:15 +02:00
parent f25006bfaf
commit 3614e950e4
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -19087,11 +19087,11 @@ in modules // {
pyparsing = buildPythonPackage rec {
name = "pyparsing-${version}";
version = "2.1.4";
version = "2.1.8";
src = pkgs.fetchurl {
url = "mirror://pypi/p/pyparsing/${name}.tar.gz";
sha256 = "0z3rn5cl22kglrvlkfbdjgrp7s443k6k4hcr5awlj3dmg7m4s8x9";
sha256 = "0sy5fxhsvhf0fwk9h6nqlhn1lsjpdmg41jziw5z814rlkydqd903";
};
# Not everything necessary to run the tests is included in the distribution