gnu: python-numpy: Update to 1.13.3.

* gnu/packages/python.scm (python-numpy, python2-numpy): Update to 1.13.3.
This commit is contained in:
Leo Famulari 2018-01-04 14:15:57 -05:00
parent 6a25c6cd13
commit 6801450279
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2660,7 +2660,7 @@ (define-public python2-rpython
(define-public python-numpy
(package
(name "python-numpy")
(version "1.12.0")
(version "1.13.3")
(source
(origin
(method url-fetch)
@ -2669,7 +2669,7 @@ (define-public python-numpy
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"025d4j4aakcp8w5i5diqh812cbbjgac7jszx1j56ivrbi1i8vv7d"))))
"1f25rbn6n4ia87spy18iwc76g36d9mimyl27p2lfaalgx897pf8x"))))
(build-system python-build-system)
(inputs
`(("openblas" ,openblas)