gnu: tmux: Update to 3.1c.

* gnu/packages/tmux.scm (tmux): Update to 3.1c.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-01 13:59:10 +01:00
parent 55653859e4
commit c32bc7fe3b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -43,7 +43,7 @@ (define-module (gnu packages tmux)
(define-public tmux
(package
(name "tmux")
(version "3.1b")
(version "3.1c")
(source (origin
(method url-fetch)
(uri (string-append
@ -51,7 +51,7 @@ (define-public tmux
version "/tmux-" version ".tar.gz"))
(sha256
(base32
"1fbd93hzaz64h7j0h9nsll29avbq1ikqa438wrgsf1dga0fkagyr"))))
"11l3r337ly2wxwdrgjg19bdxkbqpagqaykrdj2hk7vvv8hh753wi"))))
(build-system gnu-build-system)
(inputs
`(("libevent" ,libevent)