gnu: opensm: Update to 3.3.22.

* gnu/packages/fabric-management.scm (opensm): Update to 3.3.22.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-08 14:04:45 +02:00
parent 636037fd0a
commit 1329910511
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Dave Love <fx@gnu.org>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
@ -43,7 +43,7 @@ (define-module (gnu packages fabric-management)
(define-public opensm
(package
(name "opensm")
(version "3.3.21")
(version "3.3.22")
(source
(origin
(method url-fetch)
@ -51,7 +51,7 @@ (define-public opensm
(string-append "https://github.com/linux-rdma/opensm/releases/download/"
version "/opensm-" version ".tar.gz"))
(sha256
(base32 "0j4vp118w1l47vs4had46ynybklyacxjlya0r15jg0y01l4j9l2h"))))
(base32 "19scwwpwqhqsyq4hbr5cflcmypss828lalxxd36yby7mbimca38y"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)