3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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