pythonPackages.pyparsing: 2.1.8 -> 2.1.10
This commit is contained in:
parent
4bc1d02698
commit
1b66b6a5ff
1 changed files with 2 additions and 2 deletions
|
@ -20819,11 +20819,11 @@ in {
|
|||
|
||||
pyparsing = buildPythonPackage rec {
|
||||
name = "pyparsing-${version}";
|
||||
version = "2.1.8";
|
||||
version = "2.1.10";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/p/pyparsing/${name}.tar.gz";
|
||||
sha256 = "0sy5fxhsvhf0fwk9h6nqlhn1lsjpdmg41jziw5z814rlkydqd903";
|
||||
sha256 = "811c3e7b0031021137fc83e051795025fcb98674d07eb8fe922ba4de53d39188";
|
||||
};
|
||||
|
||||
# Not everything necessary to run the tests is included in the distribution
|
||||
|
|
Loading…
Reference in a new issue