diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-10-16 09:10:26 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-11-14 17:40:54 +0100 |
commit | be6b06371f4feb0da3f55221a683800a1f89bf57 (patch) | |
tree | 3fde6e409326d0b1ab2e33b81bafdb94d4551b3d | |
parent | aa8aca5772198ed094a0139a23aa7ae4eb56ee61 (diff) |
gnu: rdma-core: Update to 48.0.
* gnu/packages/linux.scm (rdma-core): Update to 48.0.
-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 641d1cd113..4ab5c1f205 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6749,7 +6749,7 @@ from the ntfs-3g package. It is meant to be used in initrds.") (define-public rdma-core (package (name "rdma-core") - (version "44.0") + (version "48.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/linux-rdma/rdma-core" @@ -6757,7 +6757,7 @@ from the ntfs-3g package. It is meant to be used in initrds.") version ".tar.gz")) (sha256 (base32 - "12w5v74wz1akac09frw7qk1yd06b00239zh7bvbvqyzjc0g61mi5")))) + "0h281dw2yph8pzfsr1wblqy6pb8nd9yj1pdf5c62zwc1l9b2fa3q")))) (build-system cmake-build-system) (arguments `(#:tests? #f ;no tests |