GNU bug report logs -
#71553
[PATCH] gnu: tio: Update to 3.3
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71553 in the body.
You can then email your comments to 71553 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#71553
; Package
guix-patches
.
(Fri, 14 Jun 2024 13:35:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Raphaël Mélotte <raphael.melotte <at> mind.be>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 14 Jun 2024 13:35:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> famulari.name>
;;; Copyright © 2020 luhux <luhux <at> outlook.com>
;;; Copyright © 2021 Ekaitz Zarraga <ekaitz <at> elenq.tech>
-;;; Copyright © 2021, 2022 Raphaël Mélotte <raphael.melotte <at> mind.be>
+;;; Copyright © 2021, 2022, 2024 Raphaël Mélotte <raphael.melotte <at> mind.be>
;;; Copyright © 2021 ikasero <ahmed <at> ikasero.com>
;;; Copyright © 2021 Brice Waegeneire <brice <at> waegenei.re>
;;; Copyright © 2021 Solene Rapenne <solene <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71553
; Package
guix-patches
.
(Sat, 15 Jun 2024 16:58:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
guix-patches--- via <guix-patches <at> 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
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sat, 15 Jun 2024 17:05:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Raphaël Mélotte <raphael.melotte <at> mind.be>
:
bug acknowledged by developer.
(Sat, 15 Jun 2024 17:05:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 14 Jul 2024 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 340 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.