gnu: python-setuptools: Update to 52.0.0.

* gnu/packages/python-xyz.scm (python-setuptools): Update to 52.0.0.
[source]: Update suffix in URI.
This commit is contained in:
Nicolas Goaziou 2021-01-26 18:15:43 +01:00
parent 631e1f3308
commit 3142daccbe
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1123,14 +1123,14 @@ (define-public python2-serpent
(define-public python-setuptools
(package
(name "python-setuptools")
(version "41.0.1")
(version "52.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "setuptools" version ".zip"))
(uri (pypi-uri "setuptools" version))
(sha256
(base32
"04sns22y2hhsrwfy1mha2lgslvpjsjsz8xws7h2rh5a7ylkd28m2"))
"15ibjdjhkwgj6qbmpsxikkqdfsb1550z46fly7dm15ah4bk1wfpv"))
(modules '((guix build utils)))
(snippet
'(begin