GNU bug report logs -
#57358
[PATCH core-updates] gnu: python-numpy: Update to 1.23.2.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 23 Aug 2022 14:53:01 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <marius <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-numpy): Update to 1.23.2.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 68d4ae8687..5b934f1cc0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5566,7 +5566,7 @@ (define-public python-cython-3
(define-public python-numpy
(package
(name "python-numpy")
- (version "1.23.1")
+ (version "1.23.2")
(source
(origin
(method url-fetch)
@@ -5575,7 +5575,7 @@ (define-public python-numpy
version "/numpy-" version ".tar.gz"))
(sha256
(base32
- "095nv17vm8hvj8cj0d76syl9xh99bbnkgnjr9ccy3wpykcsfyj6p"))))
+ "00bx3idjwhmzkdawg2dx1bp0316ig37jfx0dm82bvyv1hbj013dp"))))
(build-system python-build-system)
(arguments
(list
--
2.37.2
This bug report was last modified 2 years and 347 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.