gnu: tmux: Update to 2.8.

* gnu/packages/tmux.scm (tmux): Update to 2.8.
master
Marius Bakke 2018-10-17 22:25:31 +02:00
parent a908ffd1ab
commit 2c0a3ed1f9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
(define-public tmux
(package
(name "tmux")
(version "2.7")
(version "2.8")
(source (origin
(method url-fetch)
(uri (string-append
@ -42,7 +42,7 @@
version "/tmux-" version ".tar.gz"))
(sha256
(base32
"0lnlhnafvi5700afr69g6gr62pblnd440jj0hxdbrxhk0c87vvcx"))))
"1fm22wva2znkcs5jczrnlxrpzsk2jlwdwy4dhzzyrbsgccsz6svz"))))
(build-system gnu-build-system)
(inputs
`(("libevent" ,libevent)