all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 27922@debbugs.gnu.org
Subject: [bug#27922] [PATCH] gnu: python-numpy: Update to 1.12.1.
Date: Wed,  2 Aug 2017 15:49:00 -0400	[thread overview]
Message-ID: <ae321749739c8fcd7297b70ac52a3aa1cd9028a6.1501703340.git.leo@famulari.name> (raw)

* 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

             reply	other threads:[~2017-08-02 19:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-02 19:49 Leo Famulari [this message]
2017-08-02 20:12 ` [bug#27922] [PATCH] gnu: python-numpy: Update to 1.12.1 Marius Bakke
2017-08-02 22:48   ` Leo Famulari
2017-09-04 13:19     ` Ludovic Courtès
2017-09-26  9:53       ` Thomas Danckaert
2017-09-26 11:48         ` Ludovic Courtès
2017-09-26 15:46           ` Leo Famulari
2017-09-26 16:59             ` Thomas Danckaert
2017-09-26 20:08               ` Ludovic Courtès
2017-09-27  6:36                 ` Thomas Danckaert
2017-09-27 19:35                   ` Ludovic Courtès
2017-09-28 18:32                     ` Thomas Danckaert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ae321749739c8fcd7297b70ac52a3aa1cd9028a6.1501703340.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=27922@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.