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>
This commit is contained in:
Greg Hogan 2022-07-20 17:45:53 +00:00 committed by Marius Bakke
parent 2d44712b5b
commit f7815e76b0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5607,7 +5607,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))
@ -5617,7 +5617,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