gnu: tmux: Update to 3.3a.

* gnu/packages/tmux.scm (tmux): Update to 3.3a.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Greg Hogan 2022-10-19 19:44:36 +00:00 committed by Tobias Geerinckx-Rice
parent ac553ba68e
commit 88746cd80b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -44,7 +44,7 @@ (define-module (gnu packages tmux)
(define-public tmux
(package
(name "tmux")
(version "3.2a")
(version "3.3a")
(source (origin
(method url-fetch)
(uri (string-append
@ -52,7 +52,7 @@ (define-public tmux
version "/tmux-" version ".tar.gz"))
(sha256
(base32
"0pyhmipg6vxvxjk7mr410007qk98rh5q0mljvkdaisibz2j565am"))))
"0gzrrm6imhcp3sr5vw8g71x9n40bbdidwvcdyk2741xx8dw39zg4"))))
(build-system gnu-build-system)
(inputs
(list libevent ncurses))