unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 62350@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#62350] [PATCH 2/2] gnu: python-numpy-next: Update to 1.24.2.
Date: Tue, 21 Mar 2023 19:20:25 +0000	[thread overview]
Message-ID: <20230321192025.101040-2-code@greghogan.com> (raw)
In-Reply-To: <20230321192025.101040-1-code@greghogan.com>

* gnu/packages/python-xyz.scm (python-numpy-next): Update to 1.24.2.
[native-inputs]: Add python-typing-extensions.
---
 gnu/packages/python-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e3778b0a44..79c68d4ee5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6304,7 +6304,7 @@ (define-public python-numpy-next
   (package
     (inherit python-numpy)
     (name "python-numpy-next")
-    (version "1.22.3")
+    (version "1.24.2")
     (source
      (origin
        (inherit (package-source python-numpy))
@@ -6314,7 +6314,10 @@ (define-public python-numpy-next
              version "/numpy-" version ".tar.gz"))
        (sha256
         (base32
-         "19dw91pqbqcniw2z57kiyqs1qp56g7kqy1bdyv664g8s62sc01m9"))))))
+         "08ibxgknpvn35wmgqjlwxwns96hb4bvimfkw2z6v43481r9ryfh0"))))
+      (native-inputs
+       (modify-inputs (package-native-inputs python-numpy)
+         (append python-typing-extensions)))))
 
 (define-public python-numpy-documentation
   (package
-- 
2.40.0





  reply	other threads:[~2023-03-21 19:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-21 19:04 [bug#62350] [PATCH 0/2] Update python-numpy-next Greg Hogan
2023-03-21 19:20 ` [bug#62350] [PATCH 1/2] gnu: python-typing-extensions: Update to 4.5.0 Greg Hogan
2023-03-21 19:20   ` Greg Hogan [this message]
     [not found] ` <handler.62350.B.167942598423474.ack@debbugs.gnu.org>
2023-05-11 20:54   ` bug#62350: Acknowledgement ([PATCH 0/2] Update python-numpy-next.) Greg Hogan

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20230321192025.101040-2-code@greghogan.com \
    --to=code@greghogan.com \
    --cc=62350@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).