guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: tmux: Update to 3.3a.


From: guix-commits
Subject: branch master updated: gnu: tmux: Update to 3.3a.
Date: Wed, 19 Oct 2022 16:05:10 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 88746cd80b gnu: tmux: Update to 3.3a.
88746cd80b is described below

commit 88746cd80bc56212ae7922c0fa1cd9a18e44c3bb
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Oct 19 19:44:36 2022 +0000

    gnu: tmux: Update to 3.3a.
    
    * gnu/packages/tmux.scm (tmux): Update to 3.3a.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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-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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]