me
/
guix
Archived
1
0
Fork 0

gnu: python-numpy: Update to 1.14.5.

* gnu/packages/python.scm (python-numpy): Update to 1.14.5.
master
Marius Bakke 2018-06-28 15:17:58 +02:00
parent 4a52a90380
commit 028fc15528
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2911,7 +2911,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.3") (version "1.14.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2920,7 +2920,7 @@ between language specification and implementation aspects.")
version "/numpy-" version ".tar.gz")) version "/numpy-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1yim2bxlycn4dhxmfxid6slplpmcb4ynhp411b37ahmsm2lwgkyg")))) "0admjpkih63lm19zbbilq8ck4f6ny5kqi03dk3m6b2mnixsh4jhv"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("openblas" ,openblas) `(("openblas" ,openblas)