gnu: tmux-xpanes: Update to 4.1.0.
* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.0.
This commit is contained in:
parent
9be92490b5
commit
88507036f6
|
@ -141,7 +141,7 @@ windows.")
|
||||||
(define-public tmux-xpanes
|
(define-public tmux-xpanes
|
||||||
(package
|
(package
|
||||||
(name "tmux-xpanes")
|
(name "tmux-xpanes")
|
||||||
(version "4.0.0")
|
(version "4.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -150,7 +150,7 @@ windows.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0px164ikhnzfls6dld4xhiyd9j5jp2rbmwfg11b1pxzm9mp7qk6r"))))
|
"11yz6rh2ckd1z8q80n8giv2gcz2i22fgf3pnfxq96qrzflb0d96a"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("bash" ,bash)))
|
`(("bash" ,bash)))
|
||||||
|
|
Loading…
Reference in New Issue