summaryrefslogtreecommitdiff
path: root/gnu/packages/tmux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-07 19:55:06 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-07 21:38:20 +0200
commit0bc6ae5843a29320bea971c6a3a0a3b6814fb291 (patch)
tree1a5b2bb303fe11eb222d5dd983feb32bf03be435 /gnu/packages/tmux.scm
parenta79ebb1daf2ac79f9dd1d89162c50aa27f52d189 (diff)
downloadguix-patches-0bc6ae5843a29320bea971c6a3a0a3b6814fb291.tar
guix-patches-0bc6ae5843a29320bea971c6a3a0a3b6814fb291.tar.gz
gnu: tmux-xpanes: Update to 4.1.3.
* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.3.
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 8f0ea5223f..b8355600b3 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)))