Archived
1
0
Fork 0

gnu: python-numpy: Update to 1.14.3.

* gnu/packages/python.scm (python-numpy): Update to 1.14.3.
This commit is contained in:
Marius Bakke 2018-05-02 17:37:20 +02:00
parent 982e886584
commit b057425596
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2812,7 +2812,7 @@ between language specification and implementation aspects.")
(define-public python-numpy (define-public python-numpy
(package (package
(name "python-numpy") (name "python-numpy")
(version "1.14.0") (version "1.14.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2821,7 +2821,7 @@ between language specification and implementation aspects.")
version "/numpy-" version ".tar.gz")) version "/numpy-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1kh7y2ay21s9mcc11mq59g2f1yc75v152z2k2vlh0xmh9c9rjpf4")))) "1yim2bxlycn4dhxmfxid6slplpmcb4ynhp411b37ahmsm2lwgkyg"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("openblas" ,openblas) `(("openblas" ,openblas)