guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: tmux: Update to 2.4.


From: Ludovic Courtès
Subject: 01/02: gnu: tmux: Update to 2.4.
Date: Fri, 21 Apr 2017 05:04:14 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9b323c25d0a3975884bf7742aa566a58225a7113
Author: Vasile Dumitrascu <address@hidden>
Date:   Thu Apr 20 23:46:46 2017 +0200

    gnu: tmux: Update to 2.4.
    
    * gnu/packages/tmux.scm (tmux): Update to 2.4.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 c6a9ca8..5b92df8 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013 Cyril Roelandt <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Matthew Jordan <address@hidden>
+;;; Copyright © 2017 Vasile Dumitrascu <address@hidden>
 ;;;
 ;;; 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]