[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: tio: Update to 1.35.
From: |
guix-commits |
Subject: |
branch master updated: gnu: tio: Update to 1.35. |
Date: |
Thu, 10 Mar 2022 19:33:46 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e2487db602 gnu: tio: Update to 1.35.
e2487db602 is described below
commit e2487db60272f148b7ab87ec2f13373b6a3a2134
Author: Raphaël Mélotte via Guix-patches <guix-patches@gnu.org>
AuthorDate: Tue Mar 1 10:47:23 2022 +0100
gnu: tio: Update to 1.35.
* gnu/packages/terminals.scm (tio): Update to 1.35.
[build-system]: Switch to MESON-BUILD-SYSTEM.
Note: the build system changed to meson in the following commit:
https://github.com/tio/tio/commit/e9208d693ee21a062dc2b3f2dd16a9d6b8926b90
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 @@ made by suckless.")
(define-public tio
(package
(name "tio")
- (version "1.32")
+ (version "1.35")
(source
(origin
(method url-fetch)
@@ -1375,8 +1375,8 @@ made by suckless.")
"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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: tio: Update to 1.35.,
guix-commits <=