GNU bug report logs - #63262
[PATCH] gnu: tio: Update to 2.5

Previous Next

Package: guix-patches;

Reported by: Raphaël Mélotte <raphael.melotte <at> mind.be>

Date: Thu, 4 May 2023 11:26:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Raphaël Mélotte
 <raphael.melotte <at> mind.be>
Subject: bug#63262: closed (Re: [bug#63262] [PATCH] gnu: tio: Update to 2.5)
Date: Mon, 08 May 2023 09:53:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63262: [PATCH] gnu: tio: Update to 2.5

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 63262 <at> debbugs.gnu.org.

-- 
63262: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63262
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Raphaël Mélotte <raphael.melotte <at> mind.be>
Cc: 63262-done <at> debbugs.gnu.org
Subject: Re: [bug#63262] [PATCH] gnu: tio: Update to 2.5
Date: Mon, 8 May 2023 12:52:01 +0300
[Message part 3 (text/plain, inline)]
Looks good. I corrected the patch so it would have you as the author and
pushed it. Thanks!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Raphaël Mélotte <raphael.melotte <at> mind.be>
To: guix-patches <at> gnu.org
Cc: Raphaël Mélotte <raphael.melotte <at> mind.be>
Subject: [PATCH] gnu: tio: Update to 2.5
Date: Thu,  4 May 2023 13:24:40 +0200
* gnu/packages/terminals.scm (tio): Update to 2.5.
---
 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 ef9f16bce5..3deddfbe52 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1380,7 +1380,7 @@ (define-public tilix
 (define-public tio
   (package
     (name "tio")
-    (version "1.36")
+    (version "2.5")
     (source
      (origin
        (method url-fetch)
@@ -1388,7 +1388,7 @@ (define-public tio
              "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))
-- 
2.39.1




This bug report was last modified 2 years and 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.