guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: tmux: Update to 1.9a.


From: Ludovic Courtès
Subject: 02/03: gnu: tmux: Update to 1.9a.
Date: Tue, 16 Dec 2014 17:17:21 +0000

civodul pushed a commit to branch master
in repository guix.

commit b336da21e92210a9c561f1a4a2a91542a34b782d
Author: Tomáš Čech <address@hidden>
Date:   Mon Dec 15 20:22:21 2014 +0100

    gnu: tmux: Update to 1.9a.
    
    * gnu/packages/tmux.scm (tmux): Update to 1.9a
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/tmux.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 636b56e..9cb35bb 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -28,7 +28,7 @@
 (define-public tmux
   (package
     (name "tmux")
-    (version "1.7")
+    (version "1.9a")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -36,7 +36,7 @@
                     version "/tmux-" version ".tar.gz"))
              (sha256
               (base32
-               "0ywy1x2g905hmhkdz418ik42lcvnhnwr8fv63rcqczfg27d6nd38"))))
+               "1x9k4wfd4l5jg6fh7xkr3yyilizha6ka8m5b1nr0kw8wj0mv5qy5"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)



reply via email to

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