guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-numpy: Update to 1.17.3.


From: guix-commits
Subject: 01/03: gnu: python-numpy: Update to 1.17.3.
Date: Wed, 30 Oct 2019 05:18:16 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 8e5fbd5dda93e137ff527cabe25989b28ab9e1c0
Author: Giacomo Leidi <address@hidden>
Date:   Mon Oct 28 22:22:23 2019 +0100

    gnu: python-numpy: Update to 1.17.3.
    
    * gnu/packages/python-xyz.scm (python-numpy): Update to 1.17.3.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 98e2d7e..f6347d7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3450,7 +3450,7 @@ between language specification and implementation 
aspects.")
 (define-public python-numpy
   (package
     (name "python-numpy")
-    (version "1.15.4")
+    (version "1.17.3")
     (source
      (origin
        (method url-fetch)
@@ -3459,7 +3459,7 @@ between language specification and implementation 
aspects.")
              version "/numpy-" version ".tar.gz"))
        (sha256
         (base32
-         "102vcl2qq4pjbm7a3d67vkkvn4466ngia1d8wi5avqwqh8j0jvkn"))))
+         "1ak9dmjja0q90a7fsxli51ypcwssh8c4pb6f8wkrsnf2xgdk6dy9"))))
     (build-system python-build-system)
     (inputs
      `(("openblas" ,openblas)



reply via email to

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