3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: tmux: Update to 2.8.

* gnu/packages/tmux.scm (tmux): Update to 2.8.
This commit is contained in:
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

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)