* [bug#58643] [PATCH] gnu: tmux: Update to 3.3a.
@ 2022-10-19 19:44 Greg Hogan
2022-10-19 20:05 ` bug#58643: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-10-19 19:44 UTC (permalink / raw)
To: 58643; +Cc: Greg Hogan
* gnu/packages/tmux.scm (tmux): Update to 3.3a.
---
gnu/packages/tmux.scm | 4 ++--
1 file 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-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))
--
2.38.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-19 20:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-19 19:44 [bug#58643] [PATCH] gnu: tmux: Update to 3.3a Greg Hogan
2022-10-19 20:05 ` bug#58643: " Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.