guix-patches
[Top][All Lists]
Advanced

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

[bug#54208] [PATCH 2/2] gnu: tio: Improve style


From: Nicolas Goaziou
Subject: [bug#54208] [PATCH 2/2] gnu: tio: Improve style
Date: Fri, 11 Mar 2022 01:34:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello,

Raphaël Mélotte via Guix-patches <guix-patches@gnu.org> writes:

> 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+)))

I'd rather drop that patch, since this is all about whitespace.

Regards,
-- 
Nicolas Goaziou





reply via email to

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