gnu: tmux: Update to 3.5a.

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

Change-Id: I1e92cfcdb374f5a0131354900289766cbdf431e7
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ashish SHUKLA via Guix-patches via 2024-10-05 11:56:19 +00:00 committed by Zheng Junjie
parent c5ea9598d8
commit f2470fcb5e
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -50,7 +50,7 @@ (define-module (gnu packages tmux)
(define-public tmux (define-public tmux
(package (package
(name "tmux") (name "tmux")
(version "3.5") (version "3.5a")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -59,7 +59,7 @@ (define-public tmux
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1bdah5b8fbxwba3z7i46yx5vcvhwmn7yvdh3wn0in1ijnn7mj97h")))) "14alj3jyy0biyrr5ci39aaw223qq8987r4lg4f0shqvq52kwgmb7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list libevent ncurses)) (list libevent ncurses))