guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit d4d01e42097fb9b77386d9e8515e44080cf7f25e
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Fri Jul 11 22:11:32 2025 +0100

    gnu: python-setuptools: Update to 80.9.0.
    
    * gnu/packages/python-build.scm (python-setuptools): Update to 80.9.0.
    
    Change-Id: I76ecbbfd4aeb3334fc3544912ded256ff058f3db
---
 gnu/packages/python-build.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 8e189c05dc..777f2dcb65 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -309,14 +309,13 @@ Python Package Index (PyPI).")
 (define-public python-setuptools
   (package
     (name "python-setuptools")
-    (version "67.6.1")
+    (version "80.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "setuptools" version))
        (sha256
-        (base32
-         "16myxkpa89r045il88zcygdy1zbi2mvvpz5b4a70p9jhklmfjz95"))
+        (base32 "175iixi2h2jz8y2bpwziak360hvv43jfhipwzbdniryd5r04fszk"))
        (modules '((guix build utils)))
        (snippet
         ;; TODO: setuptools now bundles the following libraries:
@@ -325,7 +324,7 @@ Python Package Index (PyPI).")
         ;; installers for Windows.
         '(for-each delete-file (find-files "setuptools"
                                            "^(cli|gui).*\\.exe$")))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     ;; FIXME: Tests require pytest, which itself relies on setuptools.
     ;; One could bootstrap with an internal untested setuptools.
     (arguments (list #:tests? #f))

Reply via email to