[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: tmux: Update to 3.5.
From: |
guix-commits |
Subject: |
06/07: gnu: tmux: Update to 3.5. |
Date: |
Fri, 27 Sep 2024 08:16:23 -0400 (EDT) |
z572 pushed a commit to branch master
in repository guix.
commit d4542b430f807c6de64602e25eebd3cd5aee924f
Author: Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Fri Sep 27 08:57:52 2024 +0000
gnu: tmux: Update to 3.5.
* gnu/packages/tmux (tmux): Update to 3.5.
Change-Id: Ia1f4e6e6d17d8ce76345f06f87247a13b4b5a7bb
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
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 96d95da0cb..894dc5b509 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -46,7 +47,7 @@
(define-public tmux
(package
(name "tmux")
- (version "3.4")
+ (version "3.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -54,7 +55,7 @@
version "/tmux-" version ".tar.gz"))
(sha256
(base32
- "1ahr7si3akr55hadyms3p36f1pbwavpkbfxpsq55ql5zl3gbh6jm"))))
+ "03wmh5q3sd87njjdnqadi8jvq1icha1wiwi29993zng7wx11kq1g"))))
(build-system gnu-build-system)
(inputs
(list libevent ncurses))
- branch master updated (e6a771c7ba -> 13b2b983ee), guix-commits, 2024/09/27
- 04/07: gnu: fnc: fix cross-compiling., guix-commits, 2024/09/27
- 01/07: gnu: parallel: Update to 20240922., guix-commits, 2024/09/27
- 06/07: gnu: tmux: Update to 3.5.,
guix-commits <=
- 02/07: gnu: fuzzel: Update to 1.11.0., guix-commits, 2024/09/27
- 07/07: gnu: tmux: Build from git., guix-commits, 2024/09/27
- 05/07: gnu: magic-enum: Update to 0.9.6., guix-commits, 2024/09/27
- 03/07: gnu: fnc: Update to 0.18., guix-commits, 2024/09/27