[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27922] [PATCH] gnu: python-numpy: Update to 1.12.1.
From: |
Leo Famulari |
Subject: |
[bug#27922] [PATCH] gnu: python-numpy: Update to 1.12.1. |
Date: |
Wed, 2 Aug 2017 15:49:00 -0400 |
* gnu/packages/python.scm (python-numpy, python2-numpy): Update to 1.12.1.
[source]: Download the "real" release tarball instead of the snapshot.
---
gnu/packages/python.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cf77abdba..1a6a46143 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3670,16 +3670,15 @@ between language specification and implementation
aspects.")
(define-public python-numpy
(package
(name "python-numpy")
- (version "1.12.0")
+ (version "1.12.1")
(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"))
+ (uri (string-append "https://github.com/numpy/numpy/releases/download/v"
+ version "/numpy-" version ".tar.gz"))
(sha256
(base32
- "025d4j4aakcp8w5i5diqh812cbbjgac7jszx1j56ivrbi1i8vv7d"))))
+ "1afg2dvi764gilxsff73g1vdir8lr2030l50mw3s8i78h7zpyvfm"))))
(build-system python-build-system)
(inputs
`(("openblas" ,openblas)
--
2.13.3
- [bug#27922] [PATCH] gnu: python-numpy: Update to 1.12.1.,
Leo Famulari <=