pythonPackages.pyparsing: 2.1.4 -> 2.1.8
This commit is contained in:
parent
f25006bfaf
commit
3614e950e4
@ -19087,11 +19087,11 @@ in modules // {
|
|||||||
|
|
||||||
pyparsing = buildPythonPackage rec {
|
pyparsing = buildPythonPackage rec {
|
||||||
name = "pyparsing-${version}";
|
name = "pyparsing-${version}";
|
||||||
version = "2.1.4";
|
version = "2.1.8";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/p/pyparsing/${name}.tar.gz";
|
url = "mirror://pypi/p/pyparsing/${name}.tar.gz";
|
||||||
sha256 = "0z3rn5cl22kglrvlkfbdjgrp7s443k6k4hcr5awlj3dmg7m4s8x9";
|
sha256 = "0sy5fxhsvhf0fwk9h6nqlhn1lsjpdmg41jziw5z814rlkydqd903";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Not everything necessary to run the tests is included in the distribution
|
# Not everything necessary to run the tests is included in the distribution
|
||||||
|
Loading…
x
Reference in New Issue
Block a user