GNU bug report logs -
#27576
[PATCH] tmux: Update to 2.5.
Previous Next
Reported by: Stefan Reichör <stefan <at> xsteve.at>
Date: Tue, 4 Jul 2017 20:42:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-tmux-Update-to-2.5.patch (text/x-diff, inline)]
From d64812b840df487c391307d52859f3751915f44f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Reich=C3=B6r?= <stefan <at> xsteve.at>
Date: Tue, 4 Jul 2017 22:38:42 +0200
Subject: [PATCH] gnu: tmux: Update to 2.5.
* gnu/packages/tmux.scm (tmux): Update to 2.5.
---
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 0ffc3b9..d6f06e9 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -34,7 +34,7 @@
(define-public tmux
(package
(name "tmux")
- (version "2.4")
+ (version "2.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -42,7 +42,7 @@
version "/tmux-" version ".tar.gz"))
(sha256
(base32
- "0jdkk7vncwabrp85lw3msh2y02dc2k0qz5h4hka9s38x4c9nnzbm"))))
+ "1pwm5nqm3by8452h6gll0sl3646rjdga7qw419svgxhvgk1mw4xf"))))
(build-system gnu-build-system)
(inputs
`(("libevent" ,libevent)
--
2.7.4
This bug report was last modified 7 years and 324 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.