all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [PATCH 1/1] gnu: tmux: Update to 2.1.
Date: Sat, 12 Dec 2015 17:41:58 -0500	[thread overview]
Message-ID: <e629d669b034790b5f97253b0a2d4185d7120463.1449959886.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1449959886.git.leo@famulari.name>
In-Reply-To: <cover.1449959886.git.leo@famulari.name>

* gnu/packages/tmux.scm (tmux): Update to 2.1.
---
 gnu/packages/tmux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 69757a3..48d50cc 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -28,7 +28,7 @@
 (define-public tmux
   (package
     (name "tmux")
-    (version "2.0")
+    (version "2.1")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -36,7 +36,7 @@
                     version "/tmux-" version ".tar.gz"))
              (sha256
               (base32
-               "0qnkda8kb747vmbldjpb23ksv9pq3s65xhh1ja5rdsmh8r24npvr"))))
+               "0xk1mylsb08sf0w597mdgj9s6hxxjvjvjd6bngpjvvxwyixlwmii"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)
-- 
2.6.2

  reply	other threads:[~2015-12-12 22:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-12 22:41 [PATCH 0/1] Update tmux to 2.1 (incompatible changes) Leo Famulari
2015-12-12 22:41 ` Leo Famulari [this message]
2015-12-13 16:20 ` Ludovic Courtès
2015-12-14  8:10   ` Ludovic Courtès
2015-12-14 13:09     ` Efraim Flashner
2015-12-15  4:41       ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e629d669b034790b5f97253b0a2d4185d7120463.1449959886.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.