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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#69109: [PATCH] gnu: tmux: Update to 3.4.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 69109 <at> debbugs.gnu.org.
--
69109: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69109
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Ashish via Guix-patches via <guix-patches <at> gnu.org> writes:
> Hi Skyler,
>
> Thanks for taking time to review the patch.
Thanks both, I've pushed this to master as
0dac1307ccc9a04df49080f3c76b1018268d7d68.
Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/tmux.scm (tmux): Update to 3.4.
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.