emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#54208: closed ([PATCH 1/2] gnu: tio: Update to 1.35)


From: GNU bug Tracking System
Subject: bug#54208: closed ([PATCH 1/2] gnu: tio: Update to 1.35)
Date: Fri, 11 Mar 2022 00:35:03 +0000

Your message dated Fri, 11 Mar 2022 01:34:08 +0100
with message-id <871qz95nun.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#54208] [PATCH 1/2] gnu: tio: Update to 1.35
has caused the debbugs.gnu.org bug report #54208,
regarding [PATCH 1/2] gnu: tio: Update to 1.35
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54208: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54208
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#54208] [PATCH 1/2] gnu: tio: Update to 1.35 Date: Fri, 11 Mar 2022 01:34:08 +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:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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