gnu: python-numpy: Update to 1.17.3.

* gnu/packages/python-xyz.scm (python-numpy): Update to 1.17.3.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
Giacomo Leidi 2019-10-28 22:22:23 +01:00 committed by Mathieu Othacehe
parent cb7b501deb
commit 8e5fbd5dda
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

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