[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: tmux: Update to 3.4.
From: |
guix-commits |
Subject: |
02/11: gnu: tmux: Update to 3.4. |
Date: |
Sun, 12 May 2024 14:03:32 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 0dac1307ccc9a04df49080f3c76b1018268d7d68
Author: Ashish SHUKLA <ashish.is@lostca.se>
AuthorDate: Wed May 8 14:27:10 2024 +0100
gnu: tmux: Update to 3.4.
* gnu/packages/tmux.scm (tmux): Update to 3.4.
[native-inputs]: Add bison.
Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: I549010a3cf492ffe9cdc9df25b2b4a93c60c6ae1
---
gnu/packages/tmux.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 4d9dea2396..96d95da0cb 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -36,6 +36,7 @@
#:use-module (guix build-system python)
#:use-module (gnu packages)
#:use-module (gnu packages bash)
+ #:use-module (gnu packages bison)
#:use-module (gnu packages check)
#:use-module (gnu packages linux)
#:use-module (gnu packages libevent)
@@ -45,7 +46,7 @@
(define-public tmux
(package
(name "tmux")
- (version "3.3a")
+ (version "3.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -53,10 +54,12 @@
version "/tmux-" version ".tar.gz"))
(sha256
(base32
- "0gzrrm6imhcp3sr5vw8g71x9n40bbdidwvcdyk2741xx8dw39zg4"))))
+ "1ahr7si3akr55hadyms3p36f1pbwavpkbfxpsq55ql5zl3gbh6jm"))))
(build-system gnu-build-system)
(inputs
(list libevent ncurses))
+ (native-inputs
+ (list bison))
(home-page "https://github.com/tmux/tmux/wiki")
(synopsis "Terminal multiplexer")
(description
- branch master updated (56980ea500 -> 7b2e7ff25a), guix-commits, 2024/05/12
- 08/11: gnu: emacs-eldev: Update to 1.10., guix-commits, 2024/05/12
- 07/11: gnu: nano: Update to 8.0., guix-commits, 2024/05/12
- 05/11: gnu: emacs-suneater-theme: Update to 2.5.2., guix-commits, 2024/05/12
- 03/11: gnu: Add python-vdf., guix-commits, 2024/05/12
- 02/11: gnu: tmux: Update to 3.4.,
guix-commits <=
- 01/11: gnu: Add m8c., guix-commits, 2024/05/12
- 10/11: gnu: alfa: Don't run tests on riscv64-linux., guix-commits, 2024/05/12
- 11/11: gnu: ruby-gem-hadar: Use git-minimal/pinned., guix-commits, 2024/05/12
- 04/11: gnu: guile-tap: Update to 0.5.1., guix-commits, 2024/05/12
- 06/11: doc: Update NixOS wiki url to the official wiki., guix-commits, 2024/05/12
- 09/11: gnu: adns: Update to 1.6.1., guix-commits, 2024/05/12