[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: rdma-core: Update to 54.0.
From: |
guix-commits |
Subject: |
03/06: gnu: rdma-core: Update to 54.0. |
Date: |
Sun, 1 Dec 2024 11:59:50 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit db1d75b9fdfd2d41ef5c8256a6eec617163ecd8c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 26 17:58:12 2024 +0100
gnu: rdma-core: Update to 54.0.
* gnu/packages/linux.scm (rdma-core): Update to 54.0.
Change-Id: I7f10ec57a1cad585abb08bdc30bd9e2aaafe7624
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index db703d5d1c..62d6f0adb9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7062,7 +7062,7 @@ from the ntfs-3g package. It is meant to be used in
initrds.")
(define-public rdma-core
(package
(name "rdma-core")
- (version "48.0")
+ (version "54.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/linux-rdma/rdma-core";
@@ -7070,7 +7070,7 @@ from the ntfs-3g package. It is meant to be used in
initrds.")
version ".tar.gz"))
(sha256
(base32
- "0h281dw2yph8pzfsr1wblqy6pb8nd9yj1pdf5c62zwc1l9b2fa3q"))))
+ "0q1gd4wrn7sb1l6qj6mqqlf8k4pk865b96cfnbgfxbgfs9q4jjm5"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;no tests
- branch master updated (4f6e9c7de1 -> 2348283dab), guix-commits, 2024/12/01
- 04/06: gnu: openmpi@5: Update to 5.0.6., guix-commits, 2024/12/01
- 05/06: bootloader: grub: Add procedure to share EFI installer code., guix-commits, 2024/12/01
- 06/06: bootloader: u-boot: Add procedure to share installer code., guix-commits, 2024/12/01
- 02/06: gnu: ucx: Update to 1.17.0., guix-commits, 2024/12/01
- 01/06: Revert "gnu: ucx: Update to 1.17.0.", guix-commits, 2024/12/01
- 03/06: gnu: rdma-core: Update to 54.0.,
guix-commits <=