mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-packaging-bootstrap: Update to 24.2.
* gnu/packages/python-build.scm (python-packaging-bootstrap): Update to 24.2. Change-Id: I70741fd0fd7d61afbe3a10ebc1e59ffa0643383e
This commit is contained in:
parent
252d609c1d
commit
925ae7d5c7
1 changed files with 2 additions and 2 deletions
|
@ -463,14 +463,14 @@ that client code uses to construct the grammar directly in Python code.")
|
|||
(define-public python-packaging-bootstrap
|
||||
(package
|
||||
(name "python-packaging-bootstrap")
|
||||
(version "23.2")
|
||||
(version "24.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "packaging" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ifgjb0d0bnnm78hv3mnl7hi233m7jamb2plma752djh83lv13q4"))))
|
||||
"0zxrq3nn0lmmqp3p2d92v0yqbs29kl87k4vkqmmk8bckbvfaca62"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments `(#:tests? #f)) ;disabled to avoid extra dependencies
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue