GNU bug report logs - #73512
[PATCH] gnu: tmux: Update to 3.5.

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73512 in the body.
You can then email your comments to 73512 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73512; Package guix-patches. (Fri, 27 Sep 2024 09:00:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 27 Sep 2024 09:00:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: tmux: Update to 3.5.
Date: Fri, 27 Sep 2024 08:57:52 +0000
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#73512; Package guix-patches. (Fri, 27 Sep 2024 12:21:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org>
Cc: 73512-done <at> debbugs.gnu.org, Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: Re: [bug#73512] [PATCH] gnu: tmux: Update to 3.5.
Date: Fri, 27 Sep 2024 20:19:13 +0800
[Message part 1 (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)]

Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Fri, 27 Sep 2024 12:21:02 GMT) Full text and rfc822 format available.

Notification sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
bug acknowledged by developer. (Fri, 27 Sep 2024 12:21:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 26 Oct 2024 11:24:06 GMT) Full text and rfc822 format available.

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.