me
/
guix
Archived
1
0
Fork 0

gnu: tmux: Update to 2.9.

* gnu/packages/tmux.scm (tmux): Update to 2.9.
master
Leo Famulari 2019-04-25 13:52:08 -04:00
parent b68aff1f05
commit ca3cf2d58e
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
(define-public tmux
(package
(name "tmux")
(version "2.8")
(version "2.9")
(source (origin
(method url-fetch)
(uri (string-append
@ -46,7 +46,7 @@
version "/tmux-" version ".tar.gz"))
(sha256
(base32
"1fm22wva2znkcs5jczrnlxrpzsk2jlwdwy4dhzzyrbsgccsz6svz"))))
"10195hp5ydkwwmpcr7188fgx9daqwrslb1lylgrrkzc6yhr1541l"))))
(build-system gnu-build-system)
(inputs
`(("libevent" ,libevent)