gnu: python-numpy: Update to 1.15.4.

* gnu/packages/python.scm (python-numpy): Update to 1.15.4.
This commit is contained in:
Marius Bakke 2018-11-21 22:43:40 +01:00
parent 9cf4ff199c
commit 148caae049
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2939,7 +2939,7 @@ between language specification and implementation aspects.")
(define-public python-numpy
(package
(name "python-numpy")
(version "1.15.1")
(version "1.15.4")
(source
(origin
(method url-fetch)
@ -2948,7 +2948,7 @@ between language specification and implementation aspects.")
version "/numpy-" version ".tar.gz"))
(sha256
(base32
"1yp75fkqk7abq3mrbqdf0pdmr2phkr2mnng0dbqqvvrmv7jwq71w"))))
"102vcl2qq4pjbm7a3d67vkkvn4466ngia1d8wi5avqwqh8j0jvkn"))))
(build-system python-build-system)
(inputs
`(("openblas" ,openblas)