me
/
guix
Archived
1
0
Fork 0

gnu: python-numpy: Update to 1.23.2.

* gnu/packages/python-xyz.scm (python-numpy): Update to 1.23.2.

Signed-off-by: Marius Bakke <marius@gnu.org>
master
Greg Hogan 2022-08-23 14:52:36 +00:00 committed by Marius Bakke
parent 873d7730c5
commit a4370f8d47
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -5631,7 +5631,7 @@ writing C extensions for Python as easy as Python itself.")
(define-public python-numpy (define-public python-numpy
(package (package
(name "python-numpy") (name "python-numpy")
(version "1.23.1") (version "1.23.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5640,7 +5640,7 @@ writing C extensions for Python as easy as Python itself.")
version "/numpy-" version ".tar.gz")) version "/numpy-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"095nv17vm8hvj8cj0d76syl9xh99bbnkgnjr9ccy3wpykcsfyj6p")))) "00bx3idjwhmzkdawg2dx1bp0316ig37jfx0dm82bvyv1hbj013dp"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list (list