* [bug#73512] [PATCH] gnu: tmux: Update to 3.5.
@ 2024-09-27 8:57 Ashish SHUKLA via Guix-patches via
2024-09-27 12:19 ` bug#73512: " Z572
0 siblings, 1 reply; 2+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-09-27 8:57 UTC (permalink / raw)
To: 73512; +Cc: Ashish SHUKLA
* gnu/packages/tmux (tmux): Update to 3.5.
Change-Id: Ia1f4e6e6d17d8ce76345f06f87247a13b4b5a7bb
---
gnu/packages/tmux.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 96d95da0cb..894dc5b509 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -46,7 +47,7 @@ (define-module (gnu packages tmux)
(define-public tmux
(package
(name "tmux")
- (version "3.4")
+ (version "3.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -54,7 +55,7 @@ (define-public tmux
version "/tmux-" version ".tar.gz"))
(sha256
(base32
- "1ahr7si3akr55hadyms3p36f1pbwavpkbfxpsq55ql5zl3gbh6jm"))))
+ "03wmh5q3sd87njjdnqadi8jvq1icha1wiwi29993zng7wx11kq1g"))))
(build-system gnu-build-system)
(inputs
(list libevent ncurses))
base-commit: e6a771c7baf9662b4c9832045ad86c8b92b46bb3
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#73512: [PATCH] gnu: tmux: Update to 3.5.
2024-09-27 8:57 [bug#73512] [PATCH] gnu: tmux: Update to 3.5 Ashish SHUKLA via Guix-patches via
@ 2024-09-27 12:19 ` Z572
0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-09-27 12:19 UTC (permalink / raw)
To: Ashish SHUKLA via Guix-patches via; +Cc: 73512-done, Ashish SHUKLA
[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]
Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/tmux (tmux): Update to 3.5.
>
> Change-Id: Ia1f4e6e6d17d8ce76345f06f87247a13b4b5a7bb
> ---
> gnu/packages/tmux.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
> index 96d95da0cb..894dc5b509 100644
> --- a/gnu/packages/tmux.scm
> +++ b/gnu/packages/tmux.scm
> @@ -9,6 +9,7 @@
> ;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
> ;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
> ;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
> +;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -46,7 +47,7 @@ (define-module (gnu packages tmux)
> (define-public tmux
> (package
> (name "tmux")
> - (version "3.4")
> + (version "3.5")
> (source (origin
> (method url-fetch)
> (uri (string-append
> @@ -54,7 +55,7 @@ (define-public tmux
> version "/tmux-" version ".tar.gz"))
> (sha256
> (base32
> - "1ahr7si3akr55hadyms3p36f1pbwavpkbfxpsq55ql5zl3gbh6jm"))))
> + "03wmh5q3sd87njjdnqadi8jvq1icha1wiwi29993zng7wx11kq1g"))))
> (build-system gnu-build-system)
> (inputs
> (list libevent ncurses))
>
> base-commit: e6a771c7baf9662b4c9832045ad86c8b92b46bb3
push, and add commit to build from git, Let's be more flexible. 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-09-27 12:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-27 8:57 [bug#73512] [PATCH] gnu: tmux: Update to 3.5 Ashish SHUKLA via Guix-patches via
2024-09-27 12:19 ` bug#73512: " Z572
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.