diff options
author | Greg Hogan <code@greghogan.com> | 2022-08-23 14:52:36 +0000 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-27 23:59:58 +0200 |
commit | a4370f8d474fd140771968453b1760eca0569e89 (patch) | |
tree | dd6efdef7759c999eaa7f12bbc9b06b2f599a3fa /gnu | |
parent | 873d7730c5210b6654e357f47f61da4c5e17cede (diff) | |
download | guix-a4370f8d474fd140771968453b1760eca0569e89.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e71b921896..12a5bfa8dd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5631,7 +5631,7 @@ writing C extensions for Python as easy as Python itself.") (define-public python-numpy (package (name "python-numpy") - (version "1.23.1") + (version "1.23.2") (source (origin (method url-fetch) @@ -5640,7 +5640,7 @@ writing C extensions for Python as easy as Python itself.") version "/numpy-" version ".tar.gz")) (sha256 (base32 - "095nv17vm8hvj8cj0d76syl9xh99bbnkgnjr9ccy3wpykcsfyj6p")))) + "00bx3idjwhmzkdawg2dx1bp0316ig37jfx0dm82bvyv1hbj013dp")))) (build-system python-build-system) (arguments (list |