[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: hwloc: Update to 2.9.2.
From: |
guix-commits |
Subject: |
06/17: gnu: hwloc: Update to 2.9.2. |
Date: |
Tue, 11 Jul 2023 11:01:32 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit fa7d3972f83f65ef63c049ddf93089f3447e546c
Author: Philippe SWARTVAGHER <phil.swart@gmx.fr>
AuthorDate: Fri Jun 30 11:39:09 2023 +0200
gnu: hwloc: Update to 2.9.2.
* gnu/packages/mpi.scm (hwloc-2): Update to 2.9.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/mpi.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 @@ bind processes, and much more.")
(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 @@ bind processes, and much more.")
"/hwloc-" version ".tar.bz2"))
(sha256
(base32
- "17jr14a5ns5rpwvy28fy7xqagbvfprsz7wrsjgh5gx7y40d97i3w"))))
+ "1kv0n3b9knb8aawf0hxaxn9wc9bbpwh676r2gmb0pc7qfzvgv1qa"))))
;; libnuma is no longer needed.
(inputs (modify-inputs (package-inputs hwloc-1)
- branch master updated (67e22584fa -> 7858b74b77), guix-commits, 2023/07/11
- 01/17: locate: Ignore unreadable manifests., guix-commits, 2023/07/11
- 09/17: gnu: qbittorrent: Update to 4.5.4., guix-commits, 2023/07/11
- 14/17: gnu: guile-hashing: Fix description., guix-commits, 2023/07/11
- 03/17: home: services: bash: Properly quote shell aliases., guix-commits, 2023/07/11
- 07/17: gnu: xorriso: Update to 1.5.6.pl02, guix-commits, 2023/07/11
- 06/17: gnu: hwloc: Update to 2.9.2.,
guix-commits <=
- 05/17: gnu: guile-chickadee: Change license to Apache 2.0., guix-commits, 2023/07/11
- 10/17: gnu: qbittorrent{,-nox}: Use qt-build-system., guix-commits, 2023/07/11
- 11/17: gnu: rxvt-unicode: Update to 9.31 [fixes CVE-2022-4170]., guix-commits, 2023/07/11
- 12/17: gnu: rxvt-unicode: Use new package style., guix-commits, 2023/07/11
- 15/17: gnu: desktop-file-utils: Format description., guix-commits, 2023/07/11
- 17/17: gnu: gnuplot: Update to 5.4.8., guix-commits, 2023/07/11
- 08/17: gnu: mit-scheme: Fix building, guix-commits, 2023/07/11
- 04/17: avahi: Fix exception when #:timeout is #f., guix-commits, 2023/07/11
- 13/17: gnu: rxvt-unicode: Use helper procedure to make desktop files., guix-commits, 2023/07/11
- 16/17: gnu: gmsh: Update to 4.11.1., guix-commits, 2023/07/11