summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-15 21:59:48 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-24 20:44:32 +0100
commit11c28af19a2462ae58623e452aed3bf3c7e66b2a (patch)
treedc4a2a00ca5c8b2b3b13f65a97092b50d637203d
parentaadef9c8450f18b54f72f770e549541587641b18 (diff)
gnu: python-pyparsing: Update to 2.4.6.
* gnu/packages/python-xyz.scm (python-pyparsing): Update to 2.4.6.
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 96ae913b3d..072f894731 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3724,13 +3724,13 @@ library, libgit2 implements Git plumbing.")
(define-public python-pyparsing
(package
(name "python-pyparsing")
- (version "2.3.1")
+ (version "2.4.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyparsing" version))
(sha256
- (base32 "0yk6xl885b91dmlhlsap7x78hk2rdr879fln9anbq6k4ca42djb6"))))
+ (base32 "17wn5zlijc9m9zj26gy3f541y7smpj8rfhl51d025c2gm210b0sc"))))
(build-system python-build-system)
(outputs '("out" "doc"))
(arguments