diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-09-18 17:52:47 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-10-24 16:42:52 +0200 |
| commit | de5d211986952e8b5c4ddf62ddac799bbabcdaa1 (patch) | |
| tree | 6b774a5efb59c53b0a59531a49e0a7fe1e616025 /gnu | |
| parent | 0c7e09996a38258431b7540441eed19be9dafdca (diff) | |
gnu: rdma-core: Update to 59.0.
* gnu/packages/linux.scm (rdma-core): Update to 59.0.
Change-Id: Ic6e35c7c5f3f16bc39f8ec98bb96484f9bc19631
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2c19cac6e0f..66b1a17e6a3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8066,7 +8066,7 @@ from the ntfs-3g package. It is meant to be used in initrds.") (define-public rdma-core (package (name "rdma-core") - (version "54.0") + (version "59.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/linux-rdma/rdma-core" @@ -8074,7 +8074,7 @@ from the ntfs-3g package. It is meant to be used in initrds.") version ".tar.gz")) (sha256 (base32 - "0q1gd4wrn7sb1l6qj6mqqlf8k4pk865b96cfnbgfxbgfs9q4jjm5")))) + "1rbw0nxn7h9984r44pcwvnbdz2ycdn5wsmzrbwxxr31i7fqnkhg2")))) (build-system cmake-build-system) (arguments `(#:tests? #f ;no tests |
