gnu: rdma-core: Update to 44.0.

* gnu/packages/linux.scm (rdma-core): Update to 44.0.
This commit is contained in:
Marius Bakke 2023-01-12 09:20:50 +01:00
parent 8f18bad2aa
commit 54bc89ffc1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6510,7 +6510,7 @@ from the ntfs-3g package. It is meant to be used in initrds.")
(define-public rdma-core (define-public rdma-core
(package (package
(name "rdma-core") (name "rdma-core")
(version "33.1") (version "44.0")
(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"
@ -6518,7 +6518,7 @@ from the ntfs-3g package. It is meant to be used in initrds.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1rah0v9gq9rksqd2c17nmydsxcjz178n7m2y4ricwlf5pq1b2yfi")))) "12w5v74wz1akac09frw7qk1yd06b00239zh7bvbvqyzjc0g61mi5"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ;no tests `(#:tests? #f ;no tests