mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
2d44712b5b
commit
f7815e76b0
1 changed files with 5 additions and 2 deletions
|
@ -5607,7 +5607,7 @@ (define-public python-numpy-next
|
||||||
(package
|
(package
|
||||||
(inherit python-numpy)
|
(inherit python-numpy)
|
||||||
(name "python-numpy-next")
|
(name "python-numpy-next")
|
||||||
(version "1.22.3")
|
(version "1.23.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(inherit (package-source python-numpy))
|
(inherit (package-source python-numpy))
|
||||||
|
@ -5617,7 +5617,10 @@ (define-public python-numpy-next
|
||||||
version "/numpy-" version ".tar.gz"))
|
version "/numpy-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19dw91pqbqcniw2z57kiyqs1qp56g7kqy1bdyv664g8s62sc01m9"))))))
|
"095nv17vm8hvj8cj0d76syl9xh99bbnkgnjr9ccy3wpykcsfyj6p"))))
|
||||||
|
(native-inputs
|
||||||
|
(modify-inputs (package-native-inputs python-numpy)
|
||||||
|
(append python-typing-extensions)))))
|
||||||
|
|
||||||
(define-public python-numpy-documentation
|
(define-public python-numpy-documentation
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue