all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64363] [PATCH] gnu: hwloc: Update to 2.9.2.
@ 2023-06-30  9:39 Philippe SWARTVAGHER
  2023-07-11 13:52 ` bug#64363: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe SWARTVAGHER @ 2023-06-30  9:39 UTC (permalink / raw)
  To: 64363; +Cc: Philippe SWARTVAGHER

* gnu/packages/mpi.scm (hwloc-2): Update to 2.9.2.
---
 gnu/packages/mpi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 3786dc177c..4d2458344f 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -141,7 +141,7 @@ (define-public hwloc-1
 (define-public hwloc-2
   (package
     (inherit hwloc-1)
-    (version "2.9.1")
+    (version "2.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.open-mpi.org/release/hwloc/v"
@@ -149,7 +149,7 @@ (define-public hwloc-2
                                   "/hwloc-" version ".tar.bz2"))
               (sha256
                (base32
-                "17jr14a5ns5rpwvy28fy7xqagbvfprsz7wrsjgh5gx7y40d97i3w"))))
+                "1kv0n3b9knb8aawf0hxaxn9wc9bbpwh676r2gmb0pc7qfzvgv1qa"))))

     ;; libnuma is no longer needed.
     (inputs (modify-inputs (package-inputs hwloc-1)

base-commit: 94ac93042f09b4ba68b7b64ed1feeebd3dab1ea4
--
2.39.2





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

* bug#64363: [PATCH] gnu: hwloc: Update to 2.9.2.
  2023-06-30  9:39 [bug#64363] [PATCH] gnu: hwloc: Update to 2.9.2 Philippe SWARTVAGHER
@ 2023-07-11 13:52 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-07-11 13:52 UTC (permalink / raw)
  To: Philippe SWARTVAGHER; +Cc: 64363-done

Hello sir,

Philippe SWARTVAGHER <phil.swart@gmx.fr> skribis:

> * gnu/packages/mpi.scm (hwloc-2): Update to 2.9.2.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2023-07-11 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-30  9:39 [bug#64363] [PATCH] gnu: hwloc: Update to 2.9.2 Philippe SWARTVAGHER
2023-07-11 13:52 ` bug#64363: " Ludovic Courtès

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.