GNU bug report logs - #27576
[PATCH] tmux: Update to 2.5.

Previous Next

Package: guix-patches;

Reported by: Stefan Reichör <stefan <at> xsteve.at>

Date: Tue, 4 Jul 2017 20:42:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

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: Stefan Reichör <stefan <at> xsteve.at>
Subject: bug#27576: closed (Re: [bug#27576] [PATCH] tmux: Update to 2.5.)
Date: Tue, 04 Jul 2017 22:26:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#27576: [PATCH] tmux: Update to 2.5.

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 27576 <at> debbugs.gnu.org.

-- 
27576: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27576
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Stefan Reichör <stefan <at> xsteve.at>,
 27576-done <at> debbugs.gnu.org
Subject: Re: [bug#27576] [PATCH] tmux: Update to 2.5.
Date: Wed, 05 Jul 2017 00:25:16 +0200
[Message part 3 (text/plain, inline)]
Stefan Reichör <stefan <at> xsteve.at> writes:

> From d64812b840df487c391307d52859f3751915f44f Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Stefan=20Reich=C3=B6r?= <stefan <at> xsteve.at>
> Date: Tue, 4 Jul 2017 22:38:42 +0200
> Subject: [PATCH] gnu: tmux: Update to 2.5.
>
> * gnu/packages/tmux.scm (tmux): Update to 2.5.

Pushed, thanks!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Stefan Reichör <stefan <at> xsteve.at>
To: guix-patches <at> gnu.org
Subject: [PATCH] tmux: Update to 2.5.
Date: Tue, 04 Jul 2017 22:40:51 +0200
[0001-gnu-tmux-Update-to-2.5.patch (text/x-diff, inline)]
From d64812b840df487c391307d52859f3751915f44f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Reich=C3=B6r?= <stefan <at> xsteve.at>
Date: Tue, 4 Jul 2017 22:38:42 +0200
Subject: [PATCH] gnu: tmux: Update to 2.5.

* gnu/packages/tmux.scm (tmux): Update to 2.5.
---
 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 0ffc3b9..d6f06e9 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -34,7 +34,7 @@
 (define-public tmux
   (package
     (name "tmux")
-    (version "2.4")
+    (version "2.5")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -42,7 +42,7 @@
                     version "/tmux-" version ".tar.gz"))
              (sha256
               (base32
-               "0jdkk7vncwabrp85lw3msh2y02dc2k0qz5h4hka9s38x4c9nnzbm"))))
+               "1pwm5nqm3by8452h6gll0sl3646rjdga7qw419svgxhvgk1mw4xf"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)
-- 
2.7.4




This bug report was last modified 7 years and 324 days ago.

Previous Next


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