GNU bug report logs -
#69109
[PATCH] gnu: tmux: Update to 3.4.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Tue, 13 Feb 2024 22:13:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/tmux.scm (tmux): Update to 3.4.
Review:
* Addresses issue 69109
* Minimal change needed for version bump, plus new native dependence
on bison.
* Applies cleanly to current master HEAD.
* guix lint/build-check/build-source-check all clean
* other review discussion (issue 69109) asserts no new damage to dependents
* it works for me on X86_64 architecture
Reviewed-by: Dale Mellor <guix-devel-0brg6a <at> rdmp.org>
Signed-off-by: Ashish SHUKLA <ashish.is <at> lostca.se>
---
gnu/packages/tmux.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 4d9dea2396..96d95da0cb 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -36,6 +36,7 @@ (define-module (gnu packages tmux)
#:use-module (guix build-system python)
#:use-module (gnu packages)
#:use-module (gnu packages bash)
+ #:use-module (gnu packages bison)
#:use-module (gnu packages check)
#:use-module (gnu packages linux)
#:use-module (gnu packages libevent)
@@ -45,7 +46,7 @@ (define-module (gnu packages tmux)
(define-public tmux
(package
(name "tmux")
- (version "3.3a")
+ (version "3.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -53,10 +54,12 @@ (define-public tmux
version "/tmux-" version ".tar.gz"))
(sha256
(base32
- "0gzrrm6imhcp3sr5vw8g71x9n40bbdidwvcdyk2741xx8dw39zg4"))))
+ "1ahr7si3akr55hadyms3p36f1pbwavpkbfxpsq55ql5zl3gbh6jm"))))
(build-system gnu-build-system)
(inputs
(list libevent ncurses))
+ (native-inputs
+ (list bison))
(home-page "https://github.com/tmux/tmux/wiki")
(synopsis "Terminal multiplexer")
(description
--
2.41.0
This bug report was last modified 1 year and 69 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.