GNU bug report logs -
#62350
[PATCH 0/2] Update python-numpy-next.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 21 Mar 2023 19:14:02 UTC
Severity: normal
Tags: patch
Done: Greg Hogan <code <at> greghogan.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/python-xyz.scm (python-numpy-next): Update to 1.24.2.
[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 e3778b0a44..79c68d4ee5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6304,7 +6304,7 @@ (define-public python-numpy-next
(package
(inherit python-numpy)
(name "python-numpy-next")
- (version "1.22.3")
+ (version "1.24.2")
(source
(origin
(inherit (package-source python-numpy))
@@ -6314,7 +6314,10 @@ (define-public python-numpy-next
version "/numpy-" version ".tar.gz"))
(sha256
(base32
- "19dw91pqbqcniw2z57kiyqs1qp56g7kqy1bdyv664g8s62sc01m9"))))))
+ "08ibxgknpvn35wmgqjlwxwns96hb4bvimfkw2z6v43481r9ryfh0"))))
+ (native-inputs
+ (modify-inputs (package-native-inputs python-numpy)
+ (append python-typing-extensions)))))
(define-public python-numpy-documentation
(package
--
2.40.0
This bug report was last modified 2 years and 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.