diff options
author | Raphaël Mélotte <raphael.melotte@mind.be> | 2023-05-04 13:24:40 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-05-08 12:42:08 +0300 |
commit | 476f764f0711798a8c3cd22787545ae548af02fb (patch) | |
tree | 30458ebf0de92842a5e69eb9ec797b87a47cc862 /gnu/packages/terminals.scm | |
parent | 8bd5b3a3731ddb7e9e17f02aa7b801fcb2d8fd53 (diff) | |
download | guix-476f764f0711798a8c3cd22787545ae548af02fb.tar.gz |
gnu: tio: Update to 2.5.
* gnu/packages/terminals.scm (tio): Update to 2.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r-- | gnu/packages/terminals.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 5cd99f4ab0..07c2176172 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -1379,7 +1379,7 @@ terminal are replicated to the others. (define-public tio (package (name "tio") - (version "1.36") + (version "2.5") (source (origin (method url-fetch) @@ -1387,7 +1387,7 @@ terminal are replicated to the others. "https://github.com/tio/tio/releases/download/v" version "/tio-" version ".tar.xz")) (sha256 - (base32 "0z27ghxjiw7y587l49jsb0anylm08m7imqjiwr21k1frxvydswsa")))) + (base32 "19s41i8f3kxchlaibp7wkq8gqgbpfdn0srkf1wcfx357j3p54f86")))) (build-system meson-build-system) (native-inputs (list pkg-config)) (inputs (list libinih)) |