guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: python-numpy: Update to 1.14.3.


From: Marius Bakke
Subject: 07/07: gnu: python-numpy: Update to 1.14.3.
Date: Sat, 5 May 2018 07:20:52 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b05742559667001e2bc8adb8ce4480544a1fbb25
Author: Marius Bakke <address@hidden>
Date:   Wed May 2 17:37:20 2018 +0200

    gnu: python-numpy: Update to 1.14.3.
    
    * gnu/packages/python.scm (python-numpy): Update to 1.14.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 7bf36cf..e2e74d7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2812,7 +2812,7 @@ between language specification and implementation 
aspects.")
 (define-public python-numpy
   (package
     (name "python-numpy")
-    (version "1.14.0")
+    (version "1.14.3")
     (source
      (origin
        (method url-fetch)
@@ -2821,7 +2821,7 @@ between language specification and implementation 
aspects.")
              version "/numpy-" version ".tar.gz"))
        (sha256
         (base32
-         "1kh7y2ay21s9mcc11mq59g2f1yc75v152z2k2vlh0xmh9c9rjpf4"))))
+         "1yim2bxlycn4dhxmfxid6slplpmcb4ynhp411b37ahmsm2lwgkyg"))))
     (build-system python-build-system)
     (inputs
      `(("openblas" ,openblas)



reply via email to

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