gnu: python-numpy-bootstrap: Update to 1.10.4.
* gnu/packages/python.scm (python-numpy-bootstrap): Update to 1.10.4.
This commit is contained in:
parent
1b96f069e6
commit
ef9b4c04a4
|
@ -2955,7 +2955,7 @@ writing C extensions for Python as easy as Python itself.")
|
||||||
(define python-numpy-bootstrap
|
(define python-numpy-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "python-numpy-bootstrap")
|
(name "python-numpy-bootstrap")
|
||||||
(version "1.9.1")
|
(version "1.10.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2963,7 +2963,7 @@ writing C extensions for Python as easy as Python itself.")
|
||||||
"/numpy-" version ".tar.gz"))
|
"/numpy-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"070ybfvpgfmiz2hs94x445hvkh9dh52nyi0m8jp5kdihgvhbnx80"))))
|
"1bjjhvncraka5s6i4lg644jrxij6bvycxy7an20gcz3a0m11iygp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-nose" ,python-nose)
|
`(("python-nose" ,python-nose)
|
||||||
|
|
Loading…
Reference in New Issue