gnu: tmux: Update to 2.6.

* gnu/packages/tmux.scm (tmux): Update to 2.6.
This commit is contained in:
Leo Famulari 2017-10-15 21:36:48 -04:00
parent 7732cca18d
commit 8de5ca0288
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

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