diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-07-22 15:30:34 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-07-23 22:01:27 +0200 |
commit | 9e5ee6b60cb7d2a0bc0281634e3e434c885877a6 (patch) | |
tree | f105af2d3b755d4872aff62971b022dd1300185d /gnu/packages/python.scm | |
parent | 007176e7103fc25bca295c7b09578a37f5d635c7 (diff) | |
download | patches-9e5ee6b60cb7d2a0bc0281634e3e434c885877a6.tar patches-9e5ee6b60cb7d2a0bc0281634e3e434c885877a6.tar.gz |
gnu: python-pyparsing: Update to 2.2.0.
* gnu/packages/python.scm (python-pyparsing, python2-pyparsing): Update to
2.2.0.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a8e3186bec..6d9963dec4 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3941,7 +3941,7 @@ library, libgit2 implements Git plumbing.") (define-public python-pyparsing (package (name "python-pyparsing") - (version "2.0.3") + (version "2.2.0") (source (origin (method url-fetch) @@ -3950,7 +3950,7 @@ library, libgit2 implements Git plumbing.") "/pyparsing-" version ".tar.gz")) (sha256 (base32 - "0kw4py7gn45j93q8r7bzajfrjdc3xlsn2yzln41lf9zmrghjkrq6")))) + "016b9gh606aa44sq92jslm89bg874ia0yyiyb643fa6dgbsbqch8")))) (build-system python-build-system) (outputs '("out" "doc")) (arguments |