mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-setuptools: Update to 64.0.3.
* gnu/packages/python-xyz.scm (python-setuptools): Update to 64.0.3.
This commit is contained in:
parent
e015fc174e
commit
33d5141239
1 changed files with 2 additions and 2 deletions
|
@ -1935,14 +1935,14 @@ (define-public python-serpent
|
|||
(define-public python-setuptools
|
||||
(package
|
||||
(name "python-setuptools")
|
||||
(version "62.0.0")
|
||||
(version "64.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "setuptools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sm8n6y6q640cpac9wjyggidbgi4n9la7vs7pwriyvhvgzccp6br"))
|
||||
"1sllqf0bhsl2yilf1w0xnlz0r4yaksmwaj0ap91zdc6kgbigdjiv"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove included binaries which are used to build self-extracting
|
||||
|
|
Loading…
Reference in a new issue