From fa7d3972f83f65ef63c049ddf93089f3447e546c Mon Sep 17 00:00:00 2001 From: Philippe SWARTVAGHER Date: Fri, 30 Jun 2023 11:39:09 +0200 Subject: gnu: hwloc: Update to 2.9.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/mpi.scm (hwloc-2): Update to 2.9.2. Signed-off-by: Ludovic Courtès --- gnu/packages/mpi.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') 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) -- cgit v1.2.3