mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: tio: Update to 2.5.
* gnu/packages/terminals.scm (tio): Update to 2.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8bd5b3a373
commit
476f764f07
1 changed files with 2 additions and 2 deletions
|
@ -1379,7 +1379,7 @@ (define-public tilix
|
||||||
(define-public tio
|
(define-public tio
|
||||||
(package
|
(package
|
||||||
(name "tio")
|
(name "tio")
|
||||||
(version "1.36")
|
(version "2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1387,7 +1387,7 @@ (define-public tio
|
||||||
"https://github.com/tio/tio/releases/download/v"
|
"https://github.com/tio/tio/releases/download/v"
|
||||||
version "/tio-" version ".tar.xz"))
|
version "/tio-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0z27ghxjiw7y587l49jsb0anylm08m7imqjiwr21k1frxvydswsa"))))
|
(base32 "19s41i8f3kxchlaibp7wkq8gqgbpfdn0srkf1wcfx357j3p54f86"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list libinih))
|
(inputs (list libinih))
|
||||||
|
|
Loading…
Reference in a new issue