~ruther/guix-local

68014502793ab8f3b0162fa8271a2be288519f93 — Leo Famulari 8 years ago 6a25c6c
gnu: python-numpy: Update to 1.13.3.

* gnu/packages/python.scm (python-numpy, python2-numpy): Update to 1.13.3.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 2660,7 2660,7 @@ between language specification and implementation aspects.")
(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 @@ between language specification and implementation aspects.")
       (file-name (string-append name "-" version ".tar.gz"))
       (sha256
        (base32
         "025d4j4aakcp8w5i5diqh812cbbjgac7jszx1j56ivrbi1i8vv7d"))))
         "1f25rbn6n4ia87spy18iwc76g36d9mimyl27p2lfaalgx897pf8x"))))
    (build-system python-build-system)
    (inputs
     `(("openblas" ,openblas)