* [bug#73639] [PATCH] gnu: tmux: Update to 3.5a.
@ 2024-10-05 11:56 Ashish SHUKLA via Guix-patches via
2024-10-05 15:54 ` bug#73639: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-10-05 11:56 UTC (permalink / raw)
To: 73639; +Cc: Ashish SHUKLA
* gnu/packages/tmux.scm (tmux): Update to 3.5a.
Change-Id: I1e92cfcdb374f5a0131354900289766cbdf431e7
---
gnu/packages/tmux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 7538170b60..4f923608d6 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -50,7 +50,7 @@ (define-module (gnu packages tmux)
(define-public tmux
(package
(name "tmux")
- (version "3.5")
+ (version "3.5a")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -59,7 +59,7 @@ (define-public tmux
(file-name (git-file-name name version))
(sha256
(base32
- "1bdah5b8fbxwba3z7i46yx5vcvhwmn7yvdh3wn0in1ijnn7mj97h"))))
+ "14alj3jyy0biyrr5ci39aaw223qq8987r4lg4f0shqvq52kwgmb7"))))
(build-system gnu-build-system)
(inputs
(list libevent ncurses))
base-commit: 73ec844389e91cb0f5a2647070516fc8d19d8730
--
2.46.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73639: [PATCH] gnu: tmux: Update to 3.5a.
2024-10-05 11:56 [bug#73639] [PATCH] gnu: tmux: Update to 3.5a Ashish SHUKLA via Guix-patches via
@ 2024-10-05 15:54 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-10-05 15:54 UTC (permalink / raw)
To: Ashish SHUKLA via Guix-patches via; +Cc: 73639-done, Ashish SHUKLA
[-- Attachment #1: Type: text/plain, Size: 1146 bytes --]
Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/tmux.scm (tmux): Update to 3.5a.
>
> Change-Id: I1e92cfcdb374f5a0131354900289766cbdf431e7
> ---
> gnu/packages/tmux.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
> index 7538170b60..4f923608d6 100644
> --- a/gnu/packages/tmux.scm
> +++ b/gnu/packages/tmux.scm
> @@ -50,7 +50,7 @@ (define-module (gnu packages tmux)
> (define-public tmux
> (package
> (name "tmux")
> - (version "3.5")
> + (version "3.5a")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -59,7 +59,7 @@ (define-public tmux
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "1bdah5b8fbxwba3z7i46yx5vcvhwmn7yvdh3wn0in1ijnn7mj97h"))))
> + "14alj3jyy0biyrr5ci39aaw223qq8987r4lg4f0shqvq52kwgmb7"))))
> (build-system gnu-build-system)
> (inputs
> (list libevent ncurses))
>
> base-commit: 73ec844389e91cb0f5a2647070516fc8d19d8730
push, close.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-05 15:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-05 11:56 [bug#73639] [PATCH] gnu: tmux: Update to 3.5a Ashish SHUKLA via Guix-patches via
2024-10-05 15:54 ` bug#73639: " Zheng Junjie
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.