[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: python-scipy: Update to 1.0.1.
From: |
Marius Bakke |
Subject: |
06/07: gnu: python-scipy: Update to 1.0.1. |
Date: |
Sat, 5 May 2018 07:20:52 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 982e886584ea804822ad6bbdf7050dcef65d03fe
Author: Marius Bakke <address@hidden>
Date: Wed May 2 17:38:07 2018 +0200
gnu: python-scipy: Update to 1.0.1.
* gnu/packages/python.scm (python-scipy): Update to 1.0.1.
---
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 0eb6d73..7bf36cf 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3639,14 +3639,14 @@ functions.")
(define-public python-scipy
(package
(name "python-scipy")
- (version "1.0.0")
+ (version "1.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "scipy" version))
(sha256
(base32
- "043djb3vyk6qripmyw30jhl0g8qza0fmar6wck10iv79l08izsl7"))))
+ "1fj0r7bg0cfk5clvl57ga06y9bfh05iwlv1dqqs1r6pd89wccfc7"))))
(build-system python-build-system)
(propagated-inputs
`(("python-numpy" ,python-numpy)
- branch master updated (76b7d8f -> b057425), Marius Bakke, 2018/05/05
- 02/07: gnu: mbedtls-apache: Update to 2.7.3., Marius Bakke, 2018/05/05
- 07/07: gnu: python-numpy: Update to 1.14.3., Marius Bakke, 2018/05/05
- 05/07: gnu: python-matplotlib: Update to 2.2.2., Marius Bakke, 2018/05/05
- 01/07: gnu: freeipmi: Update to 1.6.2., Marius Bakke, 2018/05/05
- 06/07: gnu: python-scipy: Update to 1.0.1.,
Marius Bakke <=
- 03/07: gnu: Add python-kiwisolver., Marius Bakke, 2018/05/05
- 04/07: gnu: Add python-sphinx-gallery., Marius Bakke, 2018/05/05