[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: tio: Update to 3.3.
From: |
guix-commits |
Subject: |
03/09: gnu: tio: Update to 3.3. |
Date: |
Sat, 15 Jun 2024 12:19:39 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit b61f3776eb2560364d25d78d40213aa1dcb1602f
Author: guix-patches--- via <guix-patches@gnu.org>
AuthorDate: Fri Jun 14 15:33:52 2024 +0200
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
---
gnu/packages/terminals.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 49f2bbb144..3ab79837e0 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -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 @@
#: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 @@ terminal are replicated to the others.
(define-public tio
(package
(name "tio")
- (version "2.7")
+ (version "3.3")
(source
(origin
(method url-fetch)
@@ -1506,10 +1507,10 @@ terminal are replicated to the others.
"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
- branch master updated (43e102be74 -> 612e4dd98f), guix-commits, 2024/06/15
- 04/09: gnu: nghttp3: Update to 1.4.0., guix-commits, 2024/06/15
- 03/09: gnu: tio: Update to 3.3.,
guix-commits <=
- 01/09: gnu: nar-herder: Update to 0-36.91348bd., guix-commits, 2024/06/15
- 08/09: gnu: ublock-origin: Update to 1.58.0., guix-commits, 2024/06/15
- 09/09: gnu: gallery-dl: Update to 1.27.0., guix-commits, 2024/06/15
- 02/09: gnu: bear: Update to 3.1.4., guix-commits, 2024/06/15
- 07/09: gnu: libwacom: Update to 2.12.1., guix-commits, 2024/06/15
- 06/09: gnu: slang: Update to 2.3.3., guix-commits, 2024/06/15
- 05/09: gnu: cgit: Update to 1.2.3-4.b2c939a., guix-commits, 2024/06/15