summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-26 00:54:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-26 00:54:00 +0200
commit88507036f603ac1a65bf622e505d45d17f77f9f0 (patch)
treecd34fbb5668195abfd9e83c9f5e9209f96175ecb /gnu/packages
parent9be92490b5746ba702e765b8bd4afcf1d76675d2 (diff)
downloadguix-88507036f603ac1a65bf622e505d45d17f77f9f0.tar.gz
gnu: tmux-xpanes: Update to 4.1.0.
* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/tmux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index 2664a9cbaa..91d0af6313 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -141,7 +141,7 @@ windows.")
 (define-public tmux-xpanes
   (package
     (name "tmux-xpanes")
-    (version "4.0.0")
+    (version "4.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -150,7 +150,7 @@ windows.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0px164ikhnzfls6dld4xhiyd9j5jp2rbmwfg11b1pxzm9mp7qk6r"))))
+                "11yz6rh2ckd1z8q80n8giv2gcz2i22fgf3pnfxq96qrzflb0d96a"))))
     (build-system trivial-build-system)
     (inputs
      `(("bash" ,bash)))