diff options
author | Greg Hogan <code@greghogan.com> | 2021-01-28 17:10:48 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-01-28 21:46:37 +0200 |
commit | c2739c0801ebc5461564e862ce8f08405e2782dc (patch) | |
tree | 72b7114c18f55e9f6d7735274624ad845b410ee2 /gnu/packages | |
parent | 00a04b8ad927fb262dfcfe187f47bc8cd8d03804 (diff) |
gnu: rdma-core: Update to 33.1.
* gnu/packages/linux.scm (rdma-core): Update to 33.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages')
-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 043cf2ca56..54b4f76a43 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5507,7 +5507,7 @@ The package provides additional NTFS tools.") (define-public rdma-core (package (name "rdma-core") - (version "26.0") + (version "33.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/linux-rdma/rdma-core" @@ -5515,7 +5515,7 @@ The package provides additional NTFS tools.") version ".tar.gz")) (sha256 (base32 - "14raqwx4pkzghiwkx1v0dq338f7xqqx8rnsxlpdnngvjy1p5l79j")))) + "1rah0v9gq9rksqd2c17nmydsxcjz178n7m2y4ricwlf5pq1b2yfi")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests |