mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyparsing: Update to 3.2.3.
* gnu/packages/python-build.scm (python-pyparsing): Update to 3.2.3. Change-Id: I478c1ded15e0470658a98490a767a7de723b9a80
This commit is contained in:
parent
be676c39b6
commit
65e4c750e7
1 changed files with 2 additions and 2 deletions
|
@ -416,13 +416,13 @@ installed with a newer @code{pip} or with wheel's own command line utility.")
|
|||
(define-public python-pyparsing
|
||||
(package
|
||||
(name "python-pyparsing")
|
||||
(version "3.2.1")
|
||||
(version "3.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyparsing" version))
|
||||
(sha256
|
||||
(base32 "02jz5rv3vx46xvjszda467l269jz9narlrwd0a83mpk6zma0i631"))))
|
||||
(base32 "1giqgjknzbbh34qf8ij5rsrqlxfysjx39xi85vvl5ddkp0d3zhdr"))))
|
||||
(build-system pyproject-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue