diff options
author | Greg Hogan <code@greghogan.com> | 2022-10-19 19:44:36 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:13 +0200 |
commit | 88746cd80bc56212ae7922c0fa1cd9a18e44c3bb (patch) | |
tree | 97531e757c6b0aea6ecff47de64654908b2047b6 | |
parent | ac553ba68e535810085dd838e48e4fa6ac553e67 (diff) |
gnu: tmux: Update to 3.3a.
* gnu/packages/tmux.scm (tmux): Update to 3.3a.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
-rw-r--r-- | gnu/packages/tmux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm index 76f80a4da6..10b78cccf7 100644 --- a/gnu/packages/tmux.scm +++ b/gnu/packages/tmux.scm @@ -44,7 +44,7 @@ (define-public tmux (package (name "tmux") - (version "3.2a") + (version "3.3a") (source (origin (method url-fetch) (uri (string-append @@ -52,7 +52,7 @@ version "/tmux-" version ".tar.gz")) (sha256 (base32 - "0pyhmipg6vxvxjk7mr410007qk98rh5q0mljvkdaisibz2j565am")))) + "0gzrrm6imhcp3sr5vw8g71x9n40bbdidwvcdyk2741xx8dw39zg4")))) (build-system gnu-build-system) (inputs (list libevent ncurses)) |