mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-setuptools: Update to 67.6.1.
* gnu/packages/python-build.scm (python-setuptools): Update to 67.6.1.
This commit is contained in:
parent
43b0388ed0
commit
35e026a68a
1 changed files with 3 additions and 3 deletions
|
@ -238,18 +238,18 @@ Python Package Index (PyPI).")
|
||||||
(define-public python-setuptools
|
(define-public python-setuptools
|
||||||
(package
|
(package
|
||||||
(name "python-setuptools")
|
(name "python-setuptools")
|
||||||
(version "64.0.3")
|
(version "67.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "setuptools" version))
|
(uri (pypi-uri "setuptools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sllqf0bhsl2yilf1w0xnlz0r4yaksmwaj0ap91zdc6kgbigdjiv"))
|
"16myxkpa89r045il88zcygdy1zbi2mvvpz5b4a70p9jhklmfjz95"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; TODO: setuptools now bundles the following libraries:
|
;; 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
|
;; Remove included binaries which are used to build self-extracting
|
||||||
;; installers for Windows.
|
;; installers for Windows.
|
||||||
'(for-each delete-file (find-files "setuptools"
|
'(for-each delete-file (find-files "setuptools"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue