gnu: tmux: Update to 2.7.

* gnu/packages/tmux.scm (tmux): Update to 2.7.
master
Leo Famulari 2018-04-14 23:07:11 -04:00
parent 9578ed006c
commit d2dd939e68
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

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