diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-12-05 10:35:16 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-12-11 15:55:23 +0100 |
| commit | e62694150096c67fa4942ddb30b211ccaf4dacfd (patch) | |
| tree | 5ab5a9ea27f8e3a2a11d6515859ef6d50599087b /gnu | |
| parent | d6d1554fe788c5efe80aa06d5ae702556a6d2bf2 (diff) | |
gnu: rdma-core: Update to 60.0.
* gnu/packages/linux.scm (rdma-core): Update to 60.0.
Change-Id: Iaddc0f820e23893f3420f147f01ec209dc7e98c9
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 b1e4cdabbef..c26c356d365 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8073,7 +8073,7 @@ from the ntfs-3g package. It is meant to be used in initrds.") (define-public rdma-core (package (name "rdma-core") - (version "59.0") + (version "60.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/linux-rdma/rdma-core" @@ -8081,7 +8081,7 @@ from the ntfs-3g package. It is meant to be used in initrds.") version ".tar.gz")) (sha256 (base32 - "1rbw0nxn7h9984r44pcwvnbdz2ycdn5wsmzrbwxxr31i7fqnkhg2")))) + "1pi8jf1pibfhh3ps2kvj2y8y6yahpw7jjyp0mpxmvama9qp8j6wv")))) (build-system cmake-build-system) (arguments `(#:tests? #f ;no tests |
