guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: tmux-xpanes: Update to 4.1.3.


From: guix-commits
Subject: 01/04: gnu: tmux-xpanes: Update to 4.1.3.
Date: Wed, 7 Apr 2021 15:38:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0bc6ae5843a29320bea971c6a3a0a3b6814fb291
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Apr 7 19:55:06 2021 +0200

    gnu: tmux-xpanes: Update to 4.1.3.
    
    * gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.3.
---
 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 8f0ea52..b835560 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -228,7 +228,7 @@ them, etc., by attaching to the corresponding pane in 
tmux.")
 (define-public tmux-xpanes
   (package
     (name "tmux-xpanes")
-    (version "4.1.2")
+    (version "4.1.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -237,7 +237,7 @@ them, etc., by attaching to the corresponding pane in 
tmux.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0vm5mi6dqdbg0b5qh4r8sr1plpc00jryd8a2qxpp3a72cigjvvf0"))))
+                "09fmnn1q76r1l4cv7clmfr3j9cjmd053kq238d0qj2i486948ivv"))))
     (build-system trivial-build-system)
     (inputs
      `(("bash" ,bash)))



reply via email to

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