From f7815e76b00f61959e3bae68e4d7365ace45abf1 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Wed, 20 Jul 2022 17:45:53 +0000 Subject: 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 --- gnu/packages/python-xyz.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu') 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 -- cgit 1.4.1