sharlatan pushed a commit to branch python-team
in repository guix.
commit 1b8ed9829112c22b7d476f9d402ef1430b3f91a0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Nov 11 23:11:08 2024 +0000
gnu: python-packaging-bootstrap: Update to 24.2.
* gnu/packages/python-build.scm (python-packaging-bootstrap): Update to
24.2.
Change-Id: I70741fd0fd7d61afbe3a10ebc1e59ffa0643383e
---
gnu/packages/python-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 997a5a001c..02e686ab40 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -462,14 +462,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