gnu: tmux-xpanes: Update to 4.1.0.

* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-26 00:54:00 +02:00
parent 9be92490b5
commit 88507036f6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)))