gnu: tmux: Update to 2.5.

* gnu/packages/tmux.scm (tmux): Update to 2.5.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
master
Stefan Reichör 2017-07-04 22:38:42 +02:00 committed by Marius Bakke
parent 32f9cc3386
commit 2d677f84f4
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.4")
(version "2.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -42,7 +42,7 @@
version "/tmux-" version ".tar.gz"))
(sha256
(base32
"0jdkk7vncwabrp85lw3msh2y02dc2k0qz5h4hka9s38x4c9nnzbm"))))
"1pwm5nqm3by8452h6gll0sl3646rjdga7qw419svgxhvgk1mw4xf"))))
(build-system gnu-build-system)
(inputs
`(("libevent" ,libevent)