GNU bug report logs - #54208
[PATCH 1/2] gnu: tio: Update to 1.35

Previous Next

Package: guix-patches;

Reported by: Raphaël Mélotte <raphael.melotte <at> mind.be>

Date: Tue, 1 Mar 2022 09:48:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54208 in the body.
You can then email your comments to 54208 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54208; Package guix-patches. (Tue, 01 Mar 2022 09:48:01 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. (Tue, 01 Mar 2022 09:48:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Raphaël Mélotte <raphael.melotte <at> mind.be>
To: guix-patches <at> gnu.org
Cc: Raphaël Mélotte <raphael.melotte <at> mind.be>
Subject: [PATCH 1/2] gnu: tio: Update to 1.35
Date: Tue,  1 Mar 2022 10:47:23 +0100
* gnu/packages/terminals.scm (tio): Update to 1.35

Note: the build system changed to meson in the following commit:
https://github.com/tio/tio/commit/e9208d693ee21a062dc2b3f2dd16a9d6b8926b90
---
 gnu/packages/terminals.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 06fa341472..eb81b5424e 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1367,7 +1367,7 @@ (define-public wterm
 (define-public tio
   (package
     (name "tio")
-    (version "1.32")
+    (version "1.35")
     (source
      (origin
        (method url-fetch)
@@ -1375,8 +1375,8 @@ (define-public tio
              "https://github.com/tio/tio/releases/download/v"
              version "/tio-" version ".tar.xz"))
        (sha256
-        (base32 "0i5fhi4xdk4yznj8wahniizddmx6wlcnnhda1dw9djyajilyvxd8"))))
-    (build-system gnu-build-system)
+        (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
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#54208; Package guix-patches. (Tue, 01 Mar 2022 09:50:02 GMT) Full text and rfc822 format available.

Message #8 received at 54208 <at> debbugs.gnu.org (full text, mbox):

From: Raphaël Mélotte <raphael.melotte <at> mind.be>
To: 54208 <at> debbugs.gnu.org
Cc: Raphaël Mélotte <raphael.melotte <at> mind.be>
Subject: [PATCH 2/2] gnu: tio: Improve style
Date: Tue,  1 Mar 2022 10:48:56 +0100
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





Information forwarded to guix-patches <at> gnu.org:
bug#54208; Package guix-patches. (Fri, 11 Mar 2022 00:35:01 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Raphaël Mélotte via Guix-patches
 <guix-patches <at> gnu.org>
Cc: 54208-done <at> debbugs.gnu.org,
 Raphaël Mélotte <raphael.melotte <at> mind.be>
Subject: Re: [bug#54208] [PATCH 1/2] gnu: tio: Update to 1.35
Date: Fri, 11 Mar 2022 01:34:08 +0100
Hello,

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

> * gnu/packages/terminals.scm (tio): Update to 1.35

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#54208; Package guix-patches. (Fri, 11 Mar 2022 00:35:01 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Raphaël Mélotte via Guix-patches
 <guix-patches <at> gnu.org>
Cc: 54208 <at> debbugs.gnu.org,
 Raphaël Mélotte <raphael.melotte <at> mind.be>
Subject: Re: [bug#54208] [PATCH 2/2] gnu: tio: Improve style
Date: Fri, 11 Mar 2022 01:34:37 +0100
Hello,

Raphaël Mélotte via Guix-patches <guix-patches <at> 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




Information forwarded to guix-patches <at> gnu.org:
bug#54208; Package guix-patches. (Fri, 11 Mar 2022 00:35:02 GMT) Full text and rfc822 format available.

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 11 Mar 2022 00:35:02 GMT) Full text and rfc822 format available.

Notification sent to Raphaël Mélotte <raphael.melotte <at> mind.be>:
bug acknowledged by developer. (Fri, 11 Mar 2022 00:35: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. (Fri, 08 Apr 2022 11:24:05 GMT) Full text and rfc822 format available.

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.