guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-numpy: Update to 1.15.4.


From: guix-commits
Subject: 01/02: gnu: python-numpy: Update to 1.15.4.
Date: Wed, 21 Nov 2018 18:09:36 -0500 (EST)

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

commit 148caae0499028c12a0f51ca2f435124c06d46ee
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 21 22:43:40 2018 +0100

    gnu: python-numpy: Update to 1.15.4.
    
    * gnu/packages/python.scm (python-numpy): Update to 1.15.4.
---
 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 52c130e..5e41224 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2939,7 +2939,7 @@ between language specification and implementation 
aspects.")
 (define-public python-numpy
   (package
     (name "python-numpy")
-    (version "1.15.1")
+    (version "1.15.4")
     (source
      (origin
        (method url-fetch)
@@ -2948,7 +2948,7 @@ between language specification and implementation 
aspects.")
              version "/numpy-" version ".tar.gz"))
        (sha256
         (base32
-         "1yp75fkqk7abq3mrbqdf0pdmr2phkr2mnng0dbqqvvrmv7jwq71w"))))
+         "102vcl2qq4pjbm7a3d67vkkvn4466ngia1d8wi5avqwqh8j0jvkn"))))
     (build-system python-build-system)
     (inputs
      `(("openblas" ,openblas)



reply via email to

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