gnu: tmux: Update to 3.0a.

* gnu/packages/tmux.scm (tmux): Update to 3.0a.
This commit is contained in:
Leo Famulari 2019-12-01 15:49:23 -05:00
parent 1a7633c239
commit d9447779c7
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -38,7 +38,7 @@ (define-module (gnu packages tmux)
(define-public tmux (define-public tmux
(package (package
(name "tmux") (name "tmux")
(version "2.9a") (version "3.0a")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -46,7 +46,7 @@ (define-public tmux
version "/tmux-" version ".tar.gz")) version "/tmux-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"099vn8mg2nnizbqqc87a5mxm8c46kadfhx30dgxbz9hp8mx1d7c3")))) "1fcdbw77nz918f7gqc1ga7zlkp1g112in1h8kkjnkadgnhldzlaa"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libevent" ,libevent) `(("libevent" ,libevent)