guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-numpy: Update to 1.13.3.


From: Leo Famulari
Subject: 02/02: gnu: python-numpy: Update to 1.13.3.
Date: Fri, 5 Jan 2018 13:52:27 -0500 (EST)

lfam pushed a commit to branch core-updates
in repository guix.

commit 68014502793ab8f3b0162fa8271a2be288519f93
Author: Leo Famulari <address@hidden>
Date:   Thu Jan 4 14:15:57 2018 -0500

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 906ab2b..cf32d0c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]