[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-scipy, python2-scipy: Update to 0.16.0.
From: |
Ricardo Wurmus |
Subject: |
01/01: gnu: python-scipy, python2-scipy: Update to 0.16.0. |
Date: |
Tue, 13 Oct 2015 14:37:31 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit ba8a082493043e71a739e1a822383216ab20c49d
Author: Ricardo Wurmus <address@hidden>
Date: Tue Oct 13 14:56:45 2015 +0200
gnu: python-scipy, python2-scipy: Update to 0.16.0.
* gnu/packages/python.scm (python-scipy, python2-scipy): Update to
0.16.0.
---
gnu/packages/python.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5a2c14e..1a2928c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3251,7 +3251,7 @@ functions.")
(define-public python-scipy
(package
(name "python-scipy")
- (version "0.15.0")
+ (version "0.16.0")
(source
(origin
(method url-fetch)
@@ -3259,7 +3259,7 @@ functions.")
"/scipy-" version ".tar.xz"))
(sha256
(base32
- "0fsqi05s035d7p6s8h3h2pvk1axias16chy17rw9l1bxvrfhmncf"))))
+ "0wa0a4skpda3gx7lb12yn19nhbairlyxrvda2lz2bcawk3x5qzz2"))))
(build-system python-build-system)
(propagated-inputs
`(("python-numpy" ,python-numpy)