gnu: hwloc: Update to 2.9.3.

* gnu/packages/mpi.scm (hwloc-2): Update to 2.9.3.
This commit is contained in:
Ludovic Courtès 2023-10-16 09:08:43 +02:00 committed by Ludovic Courtès
parent 96753702a0
commit f1f8d56b75
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -141,7 +141,7 @@ bind processes, and much more.")
(define-public hwloc-2 (define-public hwloc-2
(package (package
(inherit hwloc-1) (inherit hwloc-1)
(version "2.9.2") (version "2.9.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.open-mpi.org/release/hwloc/v" (uri (string-append "https://download.open-mpi.org/release/hwloc/v"
@ -149,7 +149,7 @@ bind processes, and much more.")
"/hwloc-" version ".tar.bz2")) "/hwloc-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1kv0n3b9knb8aawf0hxaxn9wc9bbpwh676r2gmb0pc7qfzvgv1qa")))) "1v0dzzgzp40slakdwdb8vy0hy4m2ff3gnzqpzi8k8vbgap764h2w"))))
;; libnuma is no longer needed. ;; libnuma is no longer needed.
(inputs (modify-inputs (package-inputs hwloc-1) (inputs (modify-inputs (package-inputs hwloc-1)