guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: tmux: Update to 2.0.


From: ???
Subject: 02/02: gnu: tmux: Update to 2.0.
Date: Tue, 25 Aug 2015 11:42:32 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 9a59673d26352ae40ffd6204d44d0664a4cda358
Author: 宋文武 <address@hidden>
Date:   Tue Aug 25 19:39:41 2015 +0800

    gnu: tmux: Update to 2.0.
    
    * gnu/packages/tmux.scm (tmux): Update to 2.0.
      Update source uri and home-page to github.
---
 gnu/packages/tmux.scm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index a5c0bb2..69757a3 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -28,20 +28,20 @@
 (define-public tmux
   (package
     (name "tmux")
-    (version "1.9a")
+    (version "2.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
-                    "mirror://sourceforge/tmux/tmux/tmux-"
+                    "https://github.com/tmux/tmux/releases/download/";
                     version "/tmux-" version ".tar.gz"))
              (sha256
               (base32
-               "1x9k4wfd4l5jg6fh7xkr3yyilizha6ka8m5b1nr0kw8wj0mv5qy5"))))
+               "0qnkda8kb747vmbldjpb23ksv9pq3s65xhh1ja5rdsmh8r24npvr"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)
        ("ncurses" ,ncurses)))
-    (home-page "http://tmux.sourceforge.net/";)
+    (home-page "http://tmux.github.io/";)
     (synopsis "Terminal multiplexer")
     (description
      "tmux is a terminal multiplexer: it enables a number of terminals (or



reply via email to

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