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.2.


From: Efraim Flashner
Subject: 01/02: gnu: tmux: Update to 2.2.
Date: Mon, 16 May 2016 17:20:37 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 8a0ac5bd558a2cf662f15d3670d2f39716df3337
Author: Efraim Flashner <address@hidden>
Date:   Mon May 16 19:19:04 2016 +0300

    gnu: tmux: Update to 2.2.
    
    * gnu/packages/tmux.scm (tmux): Update to 2.2.
---
 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 48d50cc..d89fc16 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Cyril Roelandt <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,7 +29,7 @@
 (define-public tmux
   (package
     (name "tmux")
-    (version "2.1")
+    (version "2.2")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -36,7 +37,7 @@
                     version "/tmux-" version ".tar.gz"))
              (sha256
               (base32
-               "0xk1mylsb08sf0w597mdgj9s6hxxjvjvjd6bngpjvvxwyixlwmii"))))
+               "1r0riry5vw604hc21087ffbkqgr6j4ia1rrsivz2k6grchdm8a5w"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)



reply via email to

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