unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [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

* bug#58643: [PATCH] gnu: tmux: Update to 3.3a.
  2022-10-19 19:44 [bug#58643] [PATCH] gnu: tmux: Update to 3.3a Greg Hogan
@ 2022-10-19 20:05 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-10-19 20:05 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 58643-done

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

Greg Hogan 写道:
> * gnu/packages/tmux.scm (tmux): Update to 3.3a.

Thanks!  Pushed as 88746cd80bc56212ae7922c0fa1cd9a18e44c3bb.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).