guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: python-scipy: Update to 0.19.1.


From: Marius Bakke
Subject: 04/09: gnu: python-scipy: Update to 0.19.1.
Date: Sun, 23 Jul 2017 16:21:34 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 09efef338430d1f3bc2473f05f0c30ae3070e60e
Author: Marius Bakke <address@hidden>
Date:   Sat Jul 22 18:58:29 2017 +0200

    gnu: python-scipy: Update to 0.19.1.
    
    * gnu/packages/python.scm (python-scipy): Update to 0.19.1.
    [source]: Use 'pypi-uri'.
---
 gnu/packages/python.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 698fb60..ae7ab6e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4358,16 +4358,14 @@ functions.")
 (define-public python-scipy
   (package
     (name "python-scipy")
-    (version "0.18.1")
+    (version "0.19.1")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/scipy/scipy/archive/v";
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (uri (pypi-uri "scipy" version))
        (sha256
         (base32
-         "17slsrfawjp7if6qrlx03zhgp05350ginxx8ddpw9zqx43x905sn"))))
+         "1rl411bvla6q7qfdb47fpdnyjhfgzl6smpha33n9ar1klykjr6m1"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-numpy" ,python-numpy)



reply via email to

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