mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
pythonPackages.pyparsing: 2.1.4 -> 2.1.8
This commit is contained in:
parent
f25006bfaf
commit
3614e950e4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue