1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: tmux: Update to 3.6.

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

Change-Id: If6ff3f55886729da020a80d2ddff73f2edea1301
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Ashish SHUKLA
2025-11-26 11:25:11 +01:00
committed by Andreas Enge
parent 068752bdc6
commit 81daa9ab9f

View File

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