gnu: tmux-xpanes: Update to 4.1.1.

* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.1.
master
Tobias Geerinckx-Rice 2019-06-07 19:50:08 +02:00
parent f54cab2784
commit b5efe22a94
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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