aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-08 14:04:45 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-09 19:21:05 +0200
commit13299105115173bf70ec5bca5a5d61e277e41bf3 (patch)
tree8e39a77ddadb2628590dd4d2c8262f0d5c122829
parent636037fd0a9b3ab14a144b3eb2379cc0c59f0282 (diff)
downloadguix-13299105115173bf70ec5bca5a5d61e277e41bf3.tar
guix-13299105115173bf70ec5bca5a5d61e277e41bf3.tar.gz
gnu: opensm: Update to 3.3.22.
* gnu/packages/fabric-management.scm (opensm): Update to 3.3.22.
-rw-r--r--gnu/packages/fabric-management.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/fabric-management.scm b/gnu/packages/fabric-management.scm
index 33e43a9e55..83520f1a74 100644
--- a/gnu/packages/fabric-management.scm
+++ b/gnu/packages/fabric-management.scm
@@ -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-public opensm
(package
(name "opensm")
- (version "3.3.21")
+ (version "3.3.22")
(source
(origin
(method url-fetch)
@@ -51,7 +51,7 @@
(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)