gnu: tmux: Update to 3.1.b.

* gnu/packages/tmux.scm (tmux): Update to 3.1.b.
This commit is contained in:
Brice Waegeneire 2020-05-06 11:52:05 +02:00
parent fda43560ea
commit 80e0e112ac
No known key found for this signature in database
GPG key ID: A94903A166A18FAE

View file

@ -6,6 +6,7 @@
;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
;;;
;;; This file is part of GNU Guix.
;;;
@ -38,7 +39,7 @@ (define-module (gnu packages tmux)
(define-public tmux
(package
(name "tmux")
(version "3.0a")
(version "3.1b")
(source (origin
(method url-fetch)
(uri (string-append
@ -46,7 +47,7 @@ (define-public tmux
version "/tmux-" version ".tar.gz"))
(sha256
(base32
"1fcdbw77nz918f7gqc1ga7zlkp1g112in1h8kkjnkadgnhldzlaa"))))
"1fbd93hzaz64h7j0h9nsll29avbq1ikqa438wrgsf1dga0fkagyr"))))
(build-system gnu-build-system)
(inputs
`(("libevent" ,libevent)