guix-patches
[Top][All Lists]
Advanced

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

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


From: Raphaël Mélotte
Subject: [bug#54208] [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






reply via email to

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