[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/18: gnu: tio: Update to 2.5.
From: |
guix-commits |
Subject: |
02/18: gnu: tio: Update to 2.5. |
Date: |
Mon, 8 May 2023 05:51:46 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 476f764f0711798a8c3cd22787545ae548af02fb
Author: Raphaël Mélotte <raphael.melotte@mind.be>
AuthorDate: Thu May 4 13:24:40 2023 +0200
gnu: tio: Update to 2.5.
* gnu/packages/terminals.scm (tio): Update to 2.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 5cd99f4ab0..07c2176172 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1379,7 +1379,7 @@ terminal are replicated to the others.
(define-public tio
(package
(name "tio")
- (version "1.36")
+ (version "2.5")
(source
(origin
(method url-fetch)
@@ -1387,7 +1387,7 @@ terminal are replicated to the others.
"https://github.com/tio/tio/releases/download/v"
version "/tio-" version ".tar.xz"))
(sha256
- (base32 "0z27ghxjiw7y587l49jsb0anylm08m7imqjiwr21k1frxvydswsa"))))
+ (base32 "19s41i8f3kxchlaibp7wkq8gqgbpfdn0srkf1wcfx357j3p54f86"))))
(build-system meson-build-system)
(native-inputs (list pkg-config))
(inputs (list libinih))
- branch master updated (0e09e8ab15 -> 12c529c071), guix-commits, 2023/05/08
- 04/18: gnu: Add h3., guix-commits, 2023/05/08
- 01/18: gnu: openttd-engine: Update to 13.1., guix-commits, 2023/05/08
- 09/18: gnu: python-pytest-astropy: Simplify package., guix-commits, 2023/05/08
- 03/18: gnu: python-pytest-doctestplus: Update to 0.12.1., guix-commits, 2023/05/08
- 06/18: gnu: Add python-h3., guix-commits, 2023/05/08
- 07/18: gnu: Add python-timezonefinder., guix-commits, 2023/05/08
- 05/18: gnu: Sort use-module alphabetically in (gnu packages geo)., guix-commits, 2023/05/08
- 08/18: gnu: python-pytest-filter-subpackage: Update to 0.1.2., guix-commits, 2023/05/08
- 02/18: gnu: tio: Update to 2.5.,
guix-commits <=
- 10/18: gnu: python-extension-helpers: Update to 1.0.0., guix-commits, 2023/05/08
- 13/18: gnu: python-pytest-remotedata: Update to 0.4.0., guix-commits, 2023/05/08
- 16/18: gnu: python-astropy: Update to 5.2.2., guix-commits, 2023/05/08
- 18/18: gnu: python-bottleneck: Honor #:tests? flag., guix-commits, 2023/05/08
- 14/18: gnu: python-pytest-arraydiff: Update to 0.5.0., guix-commits, 2023/05/08
- 11/18: gnu: python-jplephem: Update to 2.18., guix-commits, 2023/05/08
- 17/18: gnu: python-bottleneck: Update to 1.3.7., guix-commits, 2023/05/08
- 15/18: gnu: python-pytest-mpl: Update to 0.16.1., guix-commits, 2023/05/08
- 12/18: gnu: python-skyfield: Update to 1.46., guix-commits, 2023/05/08