gnu: tmux: Update to 2.2.

* gnu/packages/tmux.scm (tmux): Update to 2.2.
master
Efraim Flashner 2016-05-16 19:19:04 +03:00
parent 8bfd602bb0
commit 8a0ac5bd55
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@ -28,7 +29,7 @@
(define-public tmux
(package
(name "tmux")
(version "2.1")
(version "2.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -36,7 +37,7 @@
version "/tmux-" version ".tar.gz"))
(sha256
(base32
"0xk1mylsb08sf0w597mdgj9s6hxxjvjvjd6bngpjvvxwyixlwmii"))))
"1r0riry5vw604hc21087ffbkqgr6j4ia1rrsivz2k6grchdm8a5w"))))
(build-system gnu-build-system)
(inputs
`(("libevent" ,libevent)