[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: tio: Update to 2.7.
From: |
guix-commits |
Subject: |
05/06: gnu: tio: Update to 2.7. |
Date: |
Wed, 27 Sep 2023 13:35:46 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 01153b632b31a5eaf1330e11f56a161309681eb4
Author: Raphaël Mélotte <raphael.melotte@mind.be>
AuthorDate: Wed Sep 27 18:50:27 2023 +0200
gnu: tio: Update to 2.7.
* gnu/packages/terminals.scm (tio): Update to 2.7.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
gnu/packages/terminals.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index add4cedc26..3067dc6949 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1487,7 +1487,7 @@ terminal are replicated to the others.
(define-public tio
(package
(name "tio")
- (version "2.5")
+ (version "2.7")
(source
(origin
(method url-fetch)
@@ -1495,7 +1495,7 @@ terminal are replicated to the others.
"https://github.com/tio/tio/releases/download/v"
version "/tio-" version ".tar.xz"))
(sha256
- (base32 "19s41i8f3kxchlaibp7wkq8gqgbpfdn0srkf1wcfx357j3p54f86"))))
+ (base32 "19fswmyiwlify269h6nwdlbnhq4q7i8442xg81jinb4chhsf93xz"))))
(build-system meson-build-system)
(native-inputs (list pkg-config))
(inputs (list libinih))
- branch master updated (ce0cc6137d -> 0500af5556), guix-commits, 2023/09/27
- 02/06: gnu: bcachefs-tools: Update to 1.2-0.1e35840., guix-commits, 2023/09/27
- 05/06: gnu: tio: Update to 2.7.,
guix-commits <=
- 06/06: Revert "build: Add missing guix-gc.timer file to binary tarball.", guix-commits, 2023/09/27
- 03/06: gnu: bcachefs-tools: Remove obsolete phase., guix-commits, 2023/09/27
- 04/06: gnu: bcachefs-tools: Restore mount.bcachefs shell script version., guix-commits, 2023/09/27
- 01/06: Revert "gnu: bcachefs-tools: Restyle format.", guix-commits, 2023/09/27