GNU bug report logs -
#73512
[PATCH] gnu: tmux: Update to 3.5.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Fri, 27 Sep 2024 09:00:03 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 27 Sep 2024 20:19:13 +0800
with message-id <87ikuh9tmm.fsf <at> iscas.ac.cn>
and subject line Re: [bug#73512] [PATCH] gnu: tmux: Update to 3.5.
has caused the debbugs.gnu.org bug report #73512,
regarding [PATCH] gnu: tmux: Update to 3.5.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73512: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73512
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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 <at> waegenei.re>
;;; Copyright © 2020 Edouard Klein <edk <at> beaver-labs.com>
;;; Copyright © 2021 Matthew James Kraai <kraai <at> ftbfs.org>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Ashish SHUKLA via Guix-patches via <guix-patches <at> 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 <at> waegenei.re>
> ;;; Copyright © 2020 Edouard Klein <edk <at> beaver-labs.com>
> ;;; Copyright © 2021 Matthew James Kraai <kraai <at> ftbfs.org>
> +;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> 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.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 237 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.