[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: python-numpy: Update to 1.14.3.
From: |
Marius Bakke |
Subject: |
07/07: gnu: python-numpy: Update to 1.14.3. |
Date: |
Sat, 5 May 2018 07:20:52 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit b05742559667001e2bc8adb8ce4480544a1fbb25
Author: Marius Bakke <address@hidden>
Date: Wed May 2 17:37:20 2018 +0200
gnu: python-numpy: Update to 1.14.3.
* gnu/packages/python.scm (python-numpy): Update to 1.14.3.
---
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 7bf36cf..e2e74d7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2812,7 +2812,7 @@ between language specification and implementation
aspects.")
(define-public python-numpy
(package
(name "python-numpy")
- (version "1.14.0")
+ (version "1.14.3")
(source
(origin
(method url-fetch)
@@ -2821,7 +2821,7 @@ between language specification and implementation
aspects.")
version "/numpy-" version ".tar.gz"))
(sha256
(base32
- "1kh7y2ay21s9mcc11mq59g2f1yc75v152z2k2vlh0xmh9c9rjpf4"))))
+ "1yim2bxlycn4dhxmfxid6slplpmcb4ynhp411b37ahmsm2lwgkyg"))))
(build-system python-build-system)
(inputs
`(("openblas" ,openblas)
- 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 <=
- 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, 2018/05/05
- 03/07: gnu: Add python-kiwisolver., Marius Bakke, 2018/05/05
- 04/07: gnu: Add python-sphinx-gallery., Marius Bakke, 2018/05/05