mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: tmux: Update to 3.3a.
* gnu/packages/tmux.scm (tmux): Update to 3.3a. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
ac553ba68e
commit
88746cd80b
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ (define-module (gnu packages tmux)
|
|||
(define-public tmux
|
||||
(package
|
||||
(name "tmux")
|
||||
(version "3.2a")
|
||||
(version "3.3a")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -52,7 +52,7 @@ (define-public tmux
|
|||
version "/tmux-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0pyhmipg6vxvxjk7mr410007qk98rh5q0mljvkdaisibz2j565am"))))
|
||||
"0gzrrm6imhcp3sr5vw8g71x9n40bbdidwvcdyk2741xx8dw39zg4"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libevent ncurses))
|
||||
|
|
Loading…
Reference in a new issue