guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/96: gnu: python-setuptools: Update to 67.6.1.


From: guix-commits
Subject: 07/96: gnu: python-setuptools: Update to 67.6.1.
Date: Wed, 19 Apr 2023 21:41:04 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 35e026a68a89861b7e87bc0c5d7d19a9a5a84dce
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Apr 15 22:19:33 2023 -0400

    gnu: python-setuptools: Update to 67.6.1.
    
    * gnu/packages/python-build.scm (python-setuptools): Update to 67.6.1.
---
 gnu/packages/python-build.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 41d7157d4f..7ab1c70d2f 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -238,18 +238,18 @@ Python Package Index (PyPI).")
 (define-public python-setuptools
   (package
     (name "python-setuptools")
-    (version "64.0.3")
+    (version "67.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "setuptools" version))
        (sha256
         (base32
-         "1sllqf0bhsl2yilf1w0xnlz0r4yaksmwaj0ap91zdc6kgbigdjiv"))
+         "16myxkpa89r045il88zcygdy1zbi2mvvpz5b4a70p9jhklmfjz95"))
        (modules '((guix build utils)))
        (snippet
         ;; TODO: setuptools now bundles the following libraries:
-        ;; packaging, pyparsing, six and appdirs. How to unbundle?
+        ;; packaging, pyparsing, six and appdirs.  How to unbundle?
         ;; Remove included binaries which are used to build self-extracting
         ;; installers for Windows.
         '(for-each delete-file (find-files "setuptools"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]