me
/
guix
Archived
1
0
Fork 0

gnu: tmux-xpanes: Update to 4.1.3.

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

View File

@ -228,7 +228,7 @@ them, etc., by attaching to the corresponding pane in tmux.")
(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 @@ them, etc., by attaching to the corresponding pane in tmux.")
(file-name (git-file-name name version))
(sha256
(base32
"0vm5mi6dqdbg0b5qh4r8sr1plpc00jryd8a2qxpp3a72cigjvvf0"))))
"09fmnn1q76r1l4cv7clmfr3j9cjmd053kq238d0qj2i486948ivv"))))
(build-system trivial-build-system)
(inputs
`(("bash" ,bash)))