diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b1e4cdabbe..c26c356d36 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