diff options
author | Brice Waegeneire <brice@waegenei.re> | 2020-05-06 11:52:05 +0200 |
---|---|---|
committer | Brice Waegeneire <brice@waegenei.re> | 2020-05-06 11:53:02 +0200 |
commit | 80e0e112aca8591045d91605271a3e0a8686f18a (patch) | |
tree | 75de87119ef90dc8b4e2edfc709e1ed3794cf1e8 | |
parent | fda43560ea95894104b942403a36ac39b3f4fe1e (diff) | |
download | patches-80e0e112aca8591045d91605271a3e0a8686f18a.tar patches-80e0e112aca8591045d91605271a3e0a8686f18a.tar.gz |
gnu: tmux: Update to 3.1.b.
* gnu/packages/tmux.scm (tmux): Update to 3.1.b.
-rw-r--r-- | gnu/packages/tmux.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm index 6d536131a7..8b54849b18 100644 --- a/gnu/packages/tmux.scm +++ b/gnu/packages/tmux.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at> ;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019 Oleg Pykhalov <go.wigust@gmail.com> +;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> ;;; ;;; This file is part of GNU Guix. ;;; @@ -38,7 +39,7 @@ (define-public tmux (package (name "tmux") - (version "3.0a") + (version "3.1b") (source (origin (method url-fetch) (uri (string-append @@ -46,7 +47,7 @@ version "/tmux-" version ".tar.gz")) (sha256 (base32 - "1fcdbw77nz918f7gqc1ga7zlkp1g112in1h8kkjnkadgnhldzlaa")))) + "1fbd93hzaz64h7j0h9nsll29avbq1ikqa438wrgsf1dga0fkagyr")))) (build-system gnu-build-system) (inputs `(("libevent" ,libevent) |