emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#27922: closed ([PATCH] gnu: python-numpy: Update t


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27922: closed ([PATCH] gnu: python-numpy: Update to 1.12.1.)
Date: Thu, 28 Sep 2017 18:33:02 +0000

Your message dated Thu, 28 Sep 2017 20:32:07 +0200 (CEST)
with message-id <address@hidden>
and subject line Re: [bug#27922] [PATCH] gnu: python-numpy: Update to 1.12.1.
has caused the debbugs.gnu.org bug report #27922,
regarding [PATCH] gnu: python-numpy: Update to 1.12.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27922: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27922
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#27922] [PATCH] gnu: python-numpy: Update to 1.12.1. Date: Thu, 28 Sep 2017 20:32:07 +0200 (CEST)
Pushed...


--- End Message ---

reply via email to

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