gnu: tio: Update to 2.7.

* gnu/packages/terminals.scm (tio): Update to 2.7.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Raphaël Mélotte 2023-09-27 18:50:27 +02:00 committed by Tobias Geerinckx-Rice
parent bd6af33dbf
commit 01153b632b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1487,7 +1487,7 @@ terminal are replicated to the others.
(define-public tio
(package
(name "tio")
(version "2.5")
(version "2.7")
(source
(origin
(method url-fetch)
@ -1495,7 +1495,7 @@ terminal are replicated to the others.
"https://github.com/tio/tio/releases/download/v"
version "/tio-" version ".tar.xz"))
(sha256
(base32 "19s41i8f3kxchlaibp7wkq8gqgbpfdn0srkf1wcfx357j3p54f86"))))
(base32 "19fswmyiwlify269h6nwdlbnhq4q7i8442xg81jinb4chhsf93xz"))))
(build-system meson-build-system)
(native-inputs (list pkg-config))
(inputs (list libinih))