guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-numpy-next: Update to 1.23.1.


From: guix-commits
Subject: 03/03: gnu: python-numpy-next: Update to 1.23.1.
Date: Sat, 23 Jul 2022 17:04:12 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit f7815e76b00f61959e3bae68e4d7365ace45abf1
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Jul 20 17:45:53 2022 +0000

    gnu: python-numpy-next: Update to 1.23.1.
    
    * gnu/packages/python-xyz.scm (python-numpy-next): Update to 1.23.1.
    [native-inputs]: Add python-typing-extensions.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 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 c593b6f6c1..51607127ac 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5607,7 +5607,7 @@ capabilities.")
   (package
     (inherit python-numpy)
     (name "python-numpy-next")
-    (version "1.22.3")
+    (version "1.23.1")
     (source
      (origin
        (inherit (package-source python-numpy))
@@ -5617,7 +5617,10 @@ capabilities.")
              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



reply via email to

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