pythonPackages.pyparsing: 2.1.8 -> 2.1.10
This commit is contained in:
parent
4bc1d02698
commit
1b66b6a5ff
|
@ -20819,11 +20819,11 @@ in {
|
||||||
|
|
||||||
pyparsing = buildPythonPackage rec {
|
pyparsing = buildPythonPackage rec {
|
||||||
name = "pyparsing-${version}";
|
name = "pyparsing-${version}";
|
||||||
version = "2.1.8";
|
version = "2.1.10";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/p/pyparsing/${name}.tar.gz";
|
url = "mirror://pypi/p/pyparsing/${name}.tar.gz";
|
||||||
sha256 = "0sy5fxhsvhf0fwk9h6nqlhn1lsjpdmg41jziw5z814rlkydqd903";
|
sha256 = "811c3e7b0031021137fc83e051795025fcb98674d07eb8fe922ba4de53d39188";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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…
Reference in New Issue