mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rdma-core: Update to 54.0.
* gnu/packages/linux.scm (rdma-core): Update to 54.0. Change-Id: I7f10ec57a1cad585abb08bdc30bd9e2aaafe7624
This commit is contained in:
parent
8ba6651d39
commit
db1d75b9fd
1 changed files with 2 additions and 2 deletions
|
@ -7062,7 +7062,7 @@ from the ntfs-3g package. It is meant to be used in initrds.")
|
|||
(define-public rdma-core
|
||||
(package
|
||||
(name "rdma-core")
|
||||
(version "48.0")
|
||||
(version "54.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/linux-rdma/rdma-core"
|
||||
|
@ -7070,7 +7070,7 @@ from the ntfs-3g package. It is meant to be used in initrds.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0h281dw2yph8pzfsr1wblqy6pb8nd9yj1pdf5c62zwc1l9b2fa3q"))))
|
||||
"0q1gd4wrn7sb1l6qj6mqqlf8k4pk865b96cfnbgfxbgfs9q4jjm5"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue