guix-commits
[Top][All Lists]
Advanced

[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))



reply via email to

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