diff options
author | Philippe SWARTVAGHER <phil.swart@gmx.fr> | 2025-05-12 20:53:51 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-06-02 10:31:56 +0200 |
commit | d4acc5183e8352f73e615129c311a22c3ed5562d (patch) | |
tree | a25933368fa6825928a53e9a7ae9f3023dd4e177 | |
parent | f2acfcc3fdd31082f909b8edc39f278c8cf14e45 (diff) |
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>
-rw-r--r-- | gnu/packages/mpi.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm index 9a7cffde19..796170960e 100644 --- a/gnu/packages/mpi.scm +++ b/gnu/packages/mpi.scm @@ -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 |