GNU bug report logs - #26584
[PATCH] gnu: tmux: Update to 2.4.

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Thu, 20 Apr 2017 21:48:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

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: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: bug#26584: closed (Re: bug#26584: [PATCH] gnu: tmux: Update to 2.4.)
Date: Fri, 21 Apr 2017 08:53:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#26584: [PATCH] gnu: tmux: Update to 2.4.

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

-- 
26584: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26584
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 26584-done <at> debbugs.gnu.org
Subject: Re: bug#26584: [PATCH] gnu: tmux: Update to 2.4.
Date: Fri, 21 Apr 2017 10:52:17 +0200
Vasile Dumitrascu <va511e <at> yahoo.com> skribis:

> * gnu/packages/tmux.scm (tmux): Update to 2.4.

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: [PATCH] gnu: tmux: Update to 2.4.
Date: Thu, 20 Apr 2017 23:46:46 +0200
* gnu/packages/tmux.scm (tmux): Update to 2.4.
---
 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 c6a9ca8ca..5b92df88a 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013 Cyril Roelandt <tipecaml <at> gmail.com>
 ;;; Copyright © 2016 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2016 Matthew Jordan <matthewjordandevops <at> yandex.com>
+;;; Copyright © 2017 Vasile Dumitrascu <va511e <at> yahoo.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -32,7 +33,7 @@
 (define-public tmux
   (package
     (name "tmux")
-    (version "2.3")
+    (version "2.4")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -40,7 +41,7 @@
                     version "/tmux-" version ".tar.gz"))
              (sha256
               (base32
-               "0aw5fcav8pa70ym391n4g6mh5vir34x35xhb09zdwhhg5w9kwcam"))))
+               "0jdkk7vncwabrp85lw3msh2y02dc2k0qz5h4hka9s38x4c9nnzbm"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)
-- 
2.11.0




This bug report was last modified 8 years and 36 days ago.

Previous Next


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