gnu: python-setuptools: Update to 18.3.1.
* gnu/packages/python.scm (python-setuptools): Update to 18.3.1.
This commit is contained in:
parent
67e463ecac
commit
62a9a23bf9
|
@ -671,7 +671,7 @@ have been used.")
|
||||||
(define-public python-setuptools
|
(define-public python-setuptools
|
||||||
(package
|
(package
|
||||||
(name "python-setuptools")
|
(name "python-setuptools")
|
||||||
(version "12.1")
|
(version "18.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -679,7 +679,7 @@ have been used.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04bfk7si1pwj3b5k2b1x9b1zkiclybmzpw6alrs5bciri56lg9zs"))))
|
"0kc7rbav00ks6iaw14p38y81q12fx0lpkhgf5m97xc04f5r318ig"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; FIXME: Tests require pytest, which itself relies on setuptools.
|
;; FIXME: Tests require pytest, which itself relies on setuptools.
|
||||||
;; One could bootstrap with an internal untested setuptools.
|
;; One could bootstrap with an internal untested setuptools.
|
||||||
|
|
Loading…
Reference in New Issue