guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66242] [PATCH 2/2] gnu: tio: Format with 'guix style'.


From: Raphaël Mélotte
Subject: [bug#66242] [PATCH 2/2] gnu: tio: Format with 'guix style'.
Date: Wed, 27 Sep 2023 18:52:22 +0200

* 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 via email to

[Prev in Thread] Current Thread [Next in Thread]