From 8172054a6c7a796a3a7d7cf931b58d472d23aef6 Mon Sep 17 00:00:00 2001
Date: Thu, 28 Jan 2021 17:10:48 +0000
Subject: [PATCH 1/2] gnu: rdma-core: Update to 33.1.
* gnu/packages/linux.scm (rdma-core): Update to 33.1.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2735c67200..75df59aa3f 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)
@@ -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
--
2.30.0