guix-patches
[Top][All Lists]
Advanced

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

[bug#73639] [PATCH] gnu: tmux: Update to 3.5a.


From: Ashish SHUKLA
Subject: [bug#73639] [PATCH] gnu: tmux: Update to 3.5a.
Date: Sat, 5 Oct 2024 11:56:19 +0000

* gnu/packages/tmux.scm (tmux): Update to 3.5a.

Change-Id: I1e92cfcdb374f5a0131354900289766cbdf431e7
---
 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 7538170b60..4f923608d6 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -50,7 +50,7 @@ (define-module (gnu packages tmux)
 (define-public tmux
   (package
     (name "tmux")
-    (version "3.5")
+    (version "3.5a")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -59,7 +59,7 @@ (define-public tmux
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1bdah5b8fbxwba3z7i46yx5vcvhwmn7yvdh3wn0in1ijnn7mj97h"))))
+                "14alj3jyy0biyrr5ci39aaw223qq8987r4lg4f0shqvq52kwgmb7"))))
     (build-system gnu-build-system)
     (inputs
      (list libevent ncurses))

base-commit: 73ec844389e91cb0f5a2647070516fc8d19d8730
-- 
2.46.1






reply via email to

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