GNU bug report logs - #58643
[PATCH] gnu: tmux: Update to 3.3a.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Wed, 19 Oct 2022 19:46:02 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#58643: closed (Re: [bug#58643] [PATCH] gnu: tmux: Update to
 3.3a.)
Date: Wed, 19 Oct 2022 20:06:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58643: [PATCH] gnu: tmux: Update to 3.3a.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 58643 <at> debbugs.gnu.org.

-- 
58643: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58643
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Greg Hogan <code <at> greghogan.com>
Cc: 58643-done <at> debbugs.gnu.org
Subject: Re: [bug#58643] [PATCH] gnu: tmux: Update to 3.3a.
Date: Wed, 19 Oct 2022 22:05:12 +0200
[Message part 3 (text/plain, inline)]
Greg Hogan 写道:
> * gnu/packages/tmux.scm (tmux): Update to 3.3a.

Thanks!  Pushed as 88746cd80bc56212ae7922c0fa1cd9a18e44c3bb.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: tmux: Update to 3.3a.
Date: Wed, 19 Oct 2022 19:44:36 +0000
* gnu/packages/tmux.scm (tmux): Update to 3.3a.
---
 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 76f80a4da6..10b78cccf7 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -44,7 +44,7 @@ (define-module (gnu packages tmux)
 (define-public tmux
   (package
     (name "tmux")
-    (version "3.2a")
+    (version "3.3a")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -52,7 +52,7 @@ (define-public tmux
                     version "/tmux-" version ".tar.gz"))
              (sha256
               (base32
-               "0pyhmipg6vxvxjk7mr410007qk98rh5q0mljvkdaisibz2j565am"))))
+               "0gzrrm6imhcp3sr5vw8g71x9n40bbdidwvcdyk2741xx8dw39zg4"))))
     (build-system gnu-build-system)
     (inputs
      (list libevent ncurses))
-- 
2.38.0




This bug report was last modified 2 years and 278 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.