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>
This commit is contained in:
Greg Hogan 2021-01-28 17:10:48 +00:00 committed by Efraim Flashner
parent 00a04b8ad9
commit c2739c0801
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5507,7 +5507,7 @@ (define-public ntfs-3g
(define-public rdma-core (define-public rdma-core
(package (package
(name "rdma-core") (name "rdma-core")
(version "26.0") (version "33.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/linux-rdma/rdma-core" (uri (string-append "https://github.com/linux-rdma/rdma-core"
@ -5515,7 +5515,7 @@ (define-public rdma-core
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"14raqwx4pkzghiwkx1v0dq338f7xqqx8rnsxlpdnngvjy1p5l79j")))) "1rah0v9gq9rksqd2c17nmydsxcjz178n7m2y4ricwlf5pq1b2yfi"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests