GNU bug report logs -
#66242
[PATCH 1/2] gnu: tio: Update to 2.7.
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 66242 in the body.
You can then email your comments to 66242 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#66242
; Package
guix-patches
.
(Wed, 27 Sep 2023 16:52: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
.
(Wed, 27 Sep 2023 16:52: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 2.7.
---
gnu/packages/terminals.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index add4cedc26..3067dc6949 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1487,7 +1487,7 @@ (define-public tilix
(define-public tio
(package
(name "tio")
- (version "2.5")
+ (version "2.7")
(source
(origin
(method url-fetch)
@@ -1495,7 +1495,7 @@ (define-public tio
"https://github.com/tio/tio/releases/download/v"
version "/tio-" version ".tar.xz"))
(sha256
- (base32 "19s41i8f3kxchlaibp7wkq8gqgbpfdn0srkf1wcfx357j3p54f86"))))
+ (base32 "19fswmyiwlify269h6nwdlbnhq4q7i8442xg81jinb4chhsf93xz"))))
(build-system meson-build-system)
(native-inputs (list pkg-config))
(inputs (list libinih))
base-commit: ce0cc6137df81919389f61671096a6ce701c0889
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66242
; Package
guix-patches
.
(Wed, 27 Sep 2023 16:53:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 66242 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/terminals.scm (tio): Adjust package formatting with 'guix
style'.
---
gnu/packages/terminals.scm | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 3067dc6949..46028154f2 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1488,20 +1488,21 @@ (define-public tio
(package
(name "tio")
(version "2.7")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/tio/tio/releases/download/v"
- version "/tio-" version ".tar.xz"))
- (sha256
- (base32 "19fswmyiwlify269h6nwdlbnhq4q7i8442xg81jinb4chhsf93xz"))))
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/tio/tio/releases/download/v" version
+ "/tio-" version ".tar.xz"))
+ (sha256
+ (base32
+ "19fswmyiwlify269h6nwdlbnhq4q7i8442xg81jinb4chhsf93xz"))))
(build-system meson-build-system)
(native-inputs (list pkg-config))
(inputs (list libinih))
(home-page "https://tio.github.io/")
(synopsis "Simple TTY terminal I/O application")
- (description "tio is a simple TTY terminal application which features a
+ (description
+ "tio is a simple TTY terminal application which features a
straightforward commandline interface to easily connect to TTY devices for
basic input/output.")
(license license:gpl2+)))
--
2.41.0
Reply sent
to
Tobias Geerinckx-Rice <me <at> tobias.gr>
:
You have taken responsibility.
(Wed, 27 Sep 2023 17:40:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Raphaël Mélotte <raphael.melotte <at> mind.be>
:
bug acknowledged by developer.
(Wed, 27 Sep 2023 17:40:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 66242-done <at> debbugs.gnu.org (full text, mbox):
Hi Raphaël,
On 2023-09-27 18:50, guix-patches--- via wrote:
> * gnu/packages/terminals.scm (tio): Update to 2.7.
I pushed this to master as 01153b632b31a5eaf1330e11f56a161309681eb4.
I didn't push the indentation change. I think these should be limited
to fixing egregious errors or notably improving readability, and this
one doesn't make the cut.
Thanks!
T G-R
Sent from a Web browser. Excuse or enjoy my brevity.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 26 Oct 2023 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 235 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.