mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: opensm: Update to 3.3.24.
* gnu/packages/fabric-management.scm (opensm): Update to 3.3.24.
This commit is contained in:
parent
f1f8d56b75
commit
d117c6b422
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ (define-module (gnu packages fabric-management)
|
|||
(define-public opensm
|
||||
(package
|
||||
(name "opensm")
|
||||
(version "3.3.22")
|
||||
(version "3.3.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -54,7 +54,7 @@ (define-public opensm
|
|||
(string-append "https://github.com/linux-rdma/opensm/releases/download/"
|
||||
version "/opensm-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19scwwpwqhqsyq4hbr5cflcmypss828lalxxd36yby7mbimca38y"))))
|
||||
(base32 "0q74sx8y23h7picdzb4g5r84wcvc9hr9vzsdawkl812b38vmwcx3"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list bison
|
||||
|
|
Loading…
Reference in a new issue