From: Dale Mellor <guix-devel-0brg6a@rdmp.org>
To: 69109@debbugs.gnu.org
Cc: guix-devel-0brg6a@rdmp.org, ashish.is@lostca.se
Subject: [bug#69109] [PATCH v2] gnu: tmux: Update to 3.4.
Date: Wed, 8 May 2024 14:27:10 +0100 [thread overview]
Message-ID: <20240508132710.1820796-1-guix-devel-0brg6a@rdmp.org> (raw)
In-Reply-To: <20240213221101.624345-1-ashish.is@lostca.se>
From: Ashish SHUKLA <ashish.is@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@rdmp.org>
Signed-off-by: Ashish SHUKLA <ashish.is@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
prev parent reply other threads:[~2024-05-08 13:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-13 22:10 [bug#69109] [PATCH] gnu: tmux: Update to 3.4 ashish.is--- via Guix-patches via
2024-02-14 2:10 ` Skyler Ferris via Guix-patches via
2024-02-14 11:16 ` [bug#69109] " Ashish via Guix-patches via
2024-05-12 18:20 ` bug#69109: " Christopher Baines
2024-05-08 13:27 ` Dale Mellor [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240508132710.1820796-1-guix-devel-0brg6a@rdmp.org \
--to=guix-devel-0brg6a@rdmp.org \
--cc=69109@debbugs.gnu.org \
--cc=ashish.is@lostca.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.