mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: tmux-xpanes: Update to 4.1.3.
* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.3.
This commit is contained in:
parent
a79ebb1daf
commit
0bc6ae5843
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ (define-public python-daemux
|
|||
(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 @@ (define-public tmux-xpanes
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vm5mi6dqdbg0b5qh4r8sr1plpc00jryd8a2qxpp3a72cigjvvf0"))))
|
||||
"09fmnn1q76r1l4cv7clmfr3j9cjmd053kq238d0qj2i486948ivv"))))
|
||||
(build-system trivial-build-system)
|
||||
(inputs
|
||||
`(("bash" ,bash)))
|
||||
|
|
Loading…
Reference in a new issue