mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-numpy: Update to 1.14.5.
* gnu/packages/python.scm (python-numpy): Update to 1.14.5.
This commit is contained in:
parent
4a52a90380
commit
028fc15528
1 changed files with 2 additions and 2 deletions
|
@ -2911,7 +2911,7 @@ (define-public python2-rpython
|
|||
(define-public python-numpy
|
||||
(package
|
||||
(name "python-numpy")
|
||||
(version "1.14.3")
|
||||
(version "1.14.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2920,7 +2920,7 @@ (define-public python-numpy
|
|||
version "/numpy-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yim2bxlycn4dhxmfxid6slplpmcb4ynhp411b37ahmsm2lwgkyg"))))
|
||||
"0admjpkih63lm19zbbilq8ck4f6ny5kqi03dk3m6b2mnixsh4jhv"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("openblas" ,openblas)
|
||||
|
|
Loading…
Reference in a new issue