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:
Sharlatan Hellseher 2025-07-11 23:25:34 +01:00
parent be676c39b6
commit 65e4c750e7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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