me
/
guix
Archived
1
0
Fork 0

gnu: python-pyparsing: Update to 2.4.6.

* gnu/packages/python-xyz.scm (python-pyparsing): Update to 2.4.6.
master
Marius Bakke 2020-01-15 21:59:48 +01:00
parent aadef9c845
commit 11c28af19a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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