GNU bug report logs - #56671
[PATCH core-updates 0/3] gnu: python-numpy-next: Update to 1.23.1.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Wed, 20 Jul 2022 17:43:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <marius <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 56671 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: 56671 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH core-updates 3/3] gnu: python-numpy-next: Update to 1.23.1.
Date: Wed, 20 Jul 2022 17:45:53 +0000
* gnu/packages/python-xyz.scm (python-numpy-next): Update to 1.23.1.
[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 33a0e6db88..cfe3a330fa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5505,7 +5505,7 @@ (define-public python-numpy-next
   (package
     (inherit python-numpy)
     (name "python-numpy-next")
-    (version "1.22.3")
+    (version "1.23.1")
     (source
      (origin
        (inherit (package-source python-numpy))
@@ -5515,7 +5515,10 @@ (define-public python-numpy-next
              version "/numpy-" version ".tar.gz"))
        (sha256
         (base32
-         "19dw91pqbqcniw2z57kiyqs1qp56g7kqy1bdyv664g8s62sc01m9"))))))
+         "095nv17vm8hvj8cj0d76syl9xh99bbnkgnjr9ccy3wpykcsfyj6p"))))
+    (native-inputs
+     (modify-inputs (package-native-inputs python-numpy)
+       (append python-typing-extensions)))))
 
 (define-public python-numpy-documentation
   (package
-- 
2.37.0





This bug report was last modified 2 years and 303 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.