guix-patches
[Top][All Lists]
Advanced

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

[bug#56671] [PATCH core-updates 3/3] gnu: python-numpy-next: Update to 1


From: Greg Hogan
Subject: [bug#56671] [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






reply via email to

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