GNU bug report logs -
#54208
[PATCH 1/2] gnu: tio: Update to 1.35
Previous Next
Full log
Message #8 received at 54208 <at> debbugs.gnu.org (full text, mbox):
Run "guix style tio" to improve the package 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 eb81b5424e..4eb8e4859c 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1368,18 +1368,19 @@ (define-public tio
(package
(name "tio")
(version "1.35")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/tio/tio/releases/download/v"
- version "/tio-" version ".tar.xz"))
- (sha256
- (base32 "02cx3hjk2rv2dmds2xi17ymi93k6zybapa33ydyfkx3mfvgfq28k"))))
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/tio/tio/releases/download/v" version
+ "/tio-" version ".tar.xz"))
+ (sha256
+ (base32
+ "02cx3hjk2rv2dmds2xi17ymi93k6zybapa33ydyfkx3mfvgfq28k"))))
(build-system meson-build-system)
(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.34.0
This bug report was last modified 3 years and 73 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.