all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57358] [PATCH core-updates] gnu: python-numpy: Update to 1.23.2.
@ 2022-08-23 14:52 Greg Hogan
  2022-08-27 21:59 ` bug#57358: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-08-23 14:52 UTC (permalink / raw)
  To: 57358; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57358: [PATCH core-updates] gnu: python-numpy: Update to 1.23.2.
  2022-08-23 14:52 [bug#57358] [PATCH core-updates] gnu: python-numpy: Update to 1.23.2 Greg Hogan
@ 2022-08-27 21:59 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2022-08-27 21:59 UTC (permalink / raw)
  To: Greg Hogan, 57358-done; +Cc: Greg Hogan

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]

Greg Hogan <code@greghogan.com> skriver:

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

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-27 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-23 14:52 [bug#57358] [PATCH core-updates] gnu: python-numpy: Update to 1.23.2 Greg Hogan
2022-08-27 21:59 ` bug#57358: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.