diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-04-02 21:12:06 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-04-09 00:35:41 +0200 |
| commit | e92ce25ad0689129e2d3ba746cef1abd7d372be7 (patch) | |
| tree | bf57d1c5b5a6c626d4b8562b63c17522dc049a23 /gnu | |
| parent | c94e9d2cbd8907d2b50b252d36d60e8db87f5682 (diff) | |
gnu: rdma-core: Update to 62.0.
* gnu/packages/linux.scm (rdma-core): Update to 62.0.
Change-Id: Ic9b7237b4b5ac104567f652828e1eef3e72c4906
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 7740db53768..727a8793464 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -8430,7 +8430,7 @@ from the ntfs-3g package. It is meant to be used in initrds.") | |||
| 8430 | (define-public rdma-core | 8430 | (define-public rdma-core |
| 8431 | (package | 8431 | (package |
| 8432 | (name "rdma-core") | 8432 | (name "rdma-core") |
| 8433 | (version "60.0") | 8433 | (version "62.0") |
| 8434 | (source (origin | 8434 | (source (origin |
| 8435 | (method url-fetch) | 8435 | (method url-fetch) |
| 8436 | (uri (string-append "https://github.com/linux-rdma/rdma-core" | 8436 | (uri (string-append "https://github.com/linux-rdma/rdma-core" |
| @@ -8438,7 +8438,7 @@ from the ntfs-3g package. It is meant to be used in initrds.") | |||
| 8438 | version ".tar.gz")) | 8438 | version ".tar.gz")) |
| 8439 | (sha256 | 8439 | (sha256 |
| 8440 | (base32 | 8440 | (base32 |
| 8441 | "1pi8jf1pibfhh3ps2kvj2y8y6yahpw7jjyp0mpxmvama9qp8j6wv")))) | 8441 | "1802afy4q80zl7qkxlyq71ll5fsksva43f8xfd6vlqj1c47dc2n0")))) |
| 8442 | (build-system cmake-build-system) | 8442 | (build-system cmake-build-system) |
| 8443 | (arguments | 8443 | (arguments |
| 8444 | `(#:tests? #f ;no tests | 8444 | `(#:tests? #f ;no tests |
