gnu: tmux-xpanes: Update to 4.1.1.
* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.1.
This commit is contained in:
parent
f54cab2784
commit
b5efe22a94
|
@ -140,7 +140,7 @@ windows.")
|
||||||
(define-public tmux-xpanes
|
(define-public tmux-xpanes
|
||||||
(package
|
(package
|
||||||
(name "tmux-xpanes")
|
(name "tmux-xpanes")
|
||||||
(version "4.1.0")
|
(version "4.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -149,7 +149,7 @@ windows.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11yz6rh2ckd1z8q80n8giv2gcz2i22fgf3pnfxq96qrzflb0d96a"))))
|
"13q02vdk229chgbn547wwv29cj4njvz02lmw840g8qmwh73qb2pi"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bash" ,bash)))
|
`(("bash" ,bash)))
|
||||||
|
|
Loading…
Reference in New Issue