diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2023-10-16 09:08:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-11-15 11:36:19 +0100 |
commit | f1f8d56b753562c94eaf16469d7c088981215280 (patch) | |
tree | 31f247d006ba110f912d7c3e3bc95f9866994636 /gnu | |
parent | 96753702a0f171e620891a15b618d0445beff520 (diff) | |
download | guix-f1f8d56b753562c94eaf16469d7c088981215280.tar guix-f1f8d56b753562c94eaf16469d7c088981215280.tar.gz |
gnu: hwloc: Update to 2.9.3.
* gnu/packages/mpi.scm (hwloc-2): Update to 2.9.3.
Diffstat (limited to 'gnu')
-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 baf6ce11e0..0f2747b499 100644 --- a/gnu/packages/mpi.scm +++ b/gnu/packages/mpi.scm @@ -141,7 +141,7 @@ bind processes, and much more.") (define-public hwloc-2 (package (inherit hwloc-1) - (version "2.9.2") + (version "2.9.3") (source (origin (method url-fetch) (uri (string-append "https://download.open-mpi.org/release/hwloc/v" @@ -149,7 +149,7 @@ bind processes, and much more.") "/hwloc-" version ".tar.bz2")) (sha256 (base32 - "1kv0n3b9knb8aawf0hxaxn9wc9bbpwh676r2gmb0pc7qfzvgv1qa")))) + "1v0dzzgzp40slakdwdb8vy0hy4m2ff3gnzqpzi8k8vbgap764h2w")))) ;; libnuma is no longer needed. (inputs (modify-inputs (package-inputs hwloc-1) |