This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 23f64c8d12 gnu: hwloc: Update to 2.12.2.
23f64c8d12 is described below
commit 23f64c8d12880341c83827571a0bb8535b3aeb4c
Author: Philippe SWARTVAGHER <[email protected]>
AuthorDate: Wed Aug 27 11:15:32 2025 +0200
gnu: hwloc: Update to 2.12.2.
* gnu/packages/mpi.scm (hwloc): Update to 2.12.2.
Change-Id: I982b72ff9ea8a2885015e514b3378816668fd280
Signed-off-by: Andreas Enge <[email protected]>
---
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 f815d2342c..aa047a392a 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -158,7 +158,7 @@ bind processes, and much more.")
(define-public hwloc-2
(package
(inherit hwloc-1)
- (version "2.12.1")
+ (version "2.12.2")
(source (origin
(method url-fetch)
(uri (string-append
"https://download.open-mpi.org/release/hwloc/v"
@@ -166,7 +166,7 @@ bind processes, and much more.")
"/hwloc-" version ".tar.bz2"))
(sha256
(base32
- "0sy63p99bz9xyaz1501mwv8i3qa1v1zwa7gynadry9c6pcl07a9q"))))
+ "182v0n2mpnbvdsw0gjnbmaj027k2jxmw7yphi89i9dgb1zbn2gjn"))))
(native-inputs (modify-inputs (package-native-inputs hwloc-1)
(append bash))) ;for completion tests