summaryrefslogtreecommitdiff
path: root/gnu/packages/tmux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-06-07 19:50:08 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-06-08 02:30:24 +0200
commitb5efe22a9460ca1947a83a26bf7f8237eeb3faf7 (patch)
tree7ca7c6b660603ca81f787795f7f53dcf23c11c3b /gnu/packages/tmux.scm
parentf54cab2784493f4e9c51d3d7bcd38f155dc0fe7d (diff)
downloadguix-patches-b5efe22a9460ca1947a83a26bf7f8237eeb3faf7.tar
guix-patches-b5efe22a9460ca1947a83a26bf7f8237eeb3faf7.tar.gz
gnu: tmux-xpanes: Update to 4.1.1.
* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.1.
Diffstat (limited to 'gnu/packages/tmux.scm')
-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 c1e136915b..730cb421de 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -140,7 +140,7 @@ windows.")
(define-public tmux-xpanes
(package
(name "tmux-xpanes")
- (version "4.1.0")
+ (version "4.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -149,7 +149,7 @@ windows.")
(file-name (git-file-name name version))
(sha256
(base32
- "11yz6rh2ckd1z8q80n8giv2gcz2i22fgf3pnfxq96qrzflb0d96a"))))
+ "13q02vdk229chgbn547wwv29cj4njvz02lmw840g8qmwh73qb2pi"))))
(build-system trivial-build-system)
(inputs
`(("bash" ,bash)))