From e62694150096c67fa4942ddb30b211ccaf4dacfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 5 Dec 2025 10:35:16 +0100 Subject: [PATCH] gnu: rdma-core: Update to 60.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (rdma-core): Update to 60.0. Change-Id: Iaddc0f820e23893f3420f147f01ec209dc7e98c9 Signed-off-by: Ludovic Courtès --- 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 b1e4cdabbef376eff23976a68ee7783667797e45..c26c356d36551678982d634a8ccf0c99735d9217 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