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-public opensm
|
(define-public opensm
|
||||||
(package
|
(package
|
||||||
(name "opensm")
|
(name "opensm")
|
||||||
(version "3.3.22")
|
(version "3.3.24")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
(string-append "https://github.com/linux-rdma/opensm/releases/download/"
|
(string-append "https://github.com/linux-rdma/opensm/releases/download/"
|
||||||
version "/opensm-" version ".tar.gz"))
|
version "/opensm-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19scwwpwqhqsyq4hbr5cflcmypss828lalxxd36yby7mbimca38y"))))
|
(base32 "0q74sx8y23h7picdzb4g5r84wcvc9hr9vzsdawkl812b38vmwcx3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison
|
(list bison
|
||||||
|
|
Reference in a new issue