mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: python-pyparsing: Update to 2.4.6.
* gnu/packages/python-xyz.scm (python-pyparsing): Update to 2.4.6.
This commit is contained in:
parent
aadef9c845
commit
11c28af19a
1 changed files with 2 additions and 2 deletions
|
@ -3724,13 +3724,13 @@ library, libgit2 implements Git plumbing.")
|
||||||
(define-public python-pyparsing
|
(define-public python-pyparsing
|
||||||
(package
|
(package
|
||||||
(name "python-pyparsing")
|
(name "python-pyparsing")
|
||||||
(version "2.3.1")
|
(version "2.4.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyparsing" version))
|
(uri (pypi-uri "pyparsing" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yk6xl885b91dmlhlsap7x78hk2rdr879fln9anbq6k4ca42djb6"))))
|
(base32 "17wn5zlijc9m9zj26gy3f541y7smpj8rfhl51d025c2gm210b0sc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Reference in a new issue