* [bug#71553] [PATCH] gnu: tio: Update to 3.3
@ 2024-06-14 13:33 guix-patches--- via
2024-06-15 16:57 ` Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: guix-patches--- via @ 2024-06-14 13:33 UTC (permalink / raw)
To: 71553; +Cc: Raphaël Mélotte
* gnu/packages/terminals.scm (tio): Update to 3.3.
---
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 @@ (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
--
2.37.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#71553] [PATCH] gnu: tio: Update to 3.3
2024-06-14 13:33 [bug#71553] [PATCH] gnu: tio: Update to 3.3 guix-patches--- via
@ 2024-06-15 16:57 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-06-15 16:57 UTC (permalink / raw)
To: 71553; +Cc: Raphaël Mélotte, 71553-done
[-- Attachment #1: Type: text/plain, Size: 308 bytes --]
guix-patches--- via <guix-patches@gnu.org> writes:
> * gnu/packages/terminals.scm (tio): Update to 3.3.
> ---
> gnu/packages/terminals.scm | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
Thanks for the patch, I've pushed this to master as
b61f3776eb2560364d25d78d40213aa1dcb1602f.
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-15 16:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14 13:33 [bug#71553] [PATCH] gnu: tio: Update to 3.3 guix-patches--- via
2024-06-15 16:57 ` Christopher Baines
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).