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.14.0.


From: Marius Bakke
Subject: 01/03: gnu: python-numpy: Update to 1.14.0.
Date: Fri, 9 Feb 2018 08:45:38 -0500 (EST)

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

commit 2c7f4ae5611d934b823a373efc278e384b1944be
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 7 15:47:19 2018 +0100

    gnu: python-numpy: Update to 1.14.0.
    
    * gnu/packages/python.scm (python-numpy): Update to 1.4.0.
    [source](uri): Use release tarball.
    [source](file-name): Remove.
---
 gnu/packages/python.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8ee85f7..f2c6913 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2710,16 +2710,16 @@ between language specification and implementation 
aspects.")
 (define-public python-numpy
   (package
     (name "python-numpy")
-    (version "1.13.3")
+    (version "1.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://github.com/numpy/numpy/archive/v"; version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+             "https://github.com/numpy/numpy/releases/download/v";
+             version "/numpy-" version ".tar.gz"))
        (sha256
         (base32
-         "1f25rbn6n4ia87spy18iwc76g36d9mimyl27p2lfaalgx897pf8x"))))
+         "1kh7y2ay21s9mcc11mq59g2f1yc75v152z2k2vlh0xmh9c9rjpf4"))))
     (build-system python-build-system)
     (inputs
      `(("openblas" ,openblas)



reply via email to

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