mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: tio: Update to 3.3.
* gnu/packages/terminals.scm (tio): Update to 3.3. [inputs]: Replace libinih with glib and lua. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I20093fb222c04c2d3ece4d61e8b6578c49fdf03b
This commit is contained in:
parent
4afee5a3eb
commit
b61f3776eb
1 changed files with 5 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
|
||||
;;; Copyright © 2020 luhux <luhux@outlook.com>
|
||||
;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
|
||||
;;; Copyright © 2021, 2022 Raphaël Mélotte <raphael.melotte@mind.be>
|
||||
;;; Copyright © 2021, 2022, 2024 Raphaël Mélotte <raphael.melotte@mind.be>
|
||||
;;; Copyright © 2021 ikasero <ahmed@ikasero.com>
|
||||
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
|
||||
;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
|
||||
|
@ -102,6 +102,7 @@ (define-module (gnu packages terminals)
|
|||
#:use-module (gnu packages libevent)
|
||||
#:use-module (gnu packages libunwind)
|
||||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages lua)
|
||||
#:use-module (gnu packages man)
|
||||
#:use-module (gnu packages ncurses)
|
||||
#:use-module (gnu packages pcre)
|
||||
|
@ -1498,7 +1499,7 @@ (define-public tilix
|
|||
(define-public tio
|
||||
(package
|
||||
(name "tio")
|
||||
(version "2.7")
|
||||
(version "3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1506,10 +1507,10 @@ (define-public tio
|
|||
"https://github.com/tio/tio/releases/download/v"
|
||||
version "/tio-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "19fswmyiwlify269h6nwdlbnhq4q7i8442xg81jinb4chhsf93xz"))))
|
||||
(base32 "13favpvl343nbc0h26snn53lddwbznvd106rvvinnc12x6r3arjh"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list libinih))
|
||||
(inputs (list glib lua))
|
||||
(home-page "https://tio.github.io/")
|
||||
(synopsis "Simple TTY terminal I/O application")
|
||||
(description "tio is a simple TTY terminal application which features a
|
||||
|
|
Loading…
Reference in a new issue