gnu: hwloc: Update to 2.12.1.

* gnu/packages/mpi.scm (hwloc): Update to 2.12.1.

Change-Id: Ia690274ec823bfe86bcfd2a93faa1cf536e4ee3f
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Philippe SWARTVAGHER 2025-05-12 20:53:51 +02:00 committed by Andreas Enge
parent f2acfcc3fd
commit d4acc5183e
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -153,7 +153,7 @@ bind processes, and much more.")
(define-public hwloc-2
(package
(inherit hwloc-1)
(version "2.12.0")
(version "2.12.1")
(source (origin
(method url-fetch)
(uri (string-append "https://download.open-mpi.org/release/hwloc/v"
@ -161,7 +161,7 @@ bind processes, and much more.")
"/hwloc-" version ".tar.bz2"))
(sha256
(base32
"1m2qkjw35qj9gv9yjn1p46bahdp9l133hs34j61lwwd5q2ys5806"))))
"0sy63p99bz9xyaz1501mwv8i3qa1v1zwa7gynadry9c6pcl07a9q"))))
(native-inputs (modify-inputs (package-native-inputs hwloc-1)
(append bash))) ;for completion tests