GNU bug report logs - #66242
[PATCH 1/2] gnu: tio: Update to 2.7.

Previous Next

Package: guix-patches;

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

Date: Wed, 27 Sep 2023 16:52:02 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

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#66242: closed (Re: [bug#66242] [PATCH 1/2] gnu: tio: Update
 to 2.7.)
Date: Wed, 27 Sep 2023 17:40:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66242: [PATCH 1/2] gnu: tio: Update to 2.7.

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 66242 <at> debbugs.gnu.org.

-- 
66242: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66242
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Raphaël Mélotte <raphael.melotte <at> mind.be>
Cc: 66242-done <at> debbugs.gnu.org
Subject: Re: [bug#66242] [PATCH 1/2] gnu: tio: Update to 2.7.
Date: Wed, 27 Sep 2023 19:39:09 +0200
Hi Raphaël,

On 2023-09-27 18:50, guix-patches--- via wrote:
> * gnu/packages/terminals.scm (tio): Update to 2.7.

I pushed this to master as 01153b632b31a5eaf1330e11f56a161309681eb4.

I didn't push the indentation change.  I think these should be limited 
to fixing egregious errors or notably improving readability, and this 
one doesn't make the cut.

Thanks!

T G-R

Sent from a Web browser.  Excuse or enjoy my brevity.

[Message part 3 (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 1/2] gnu: tio: Update to 2.7.
Date: Wed, 27 Sep 2023 18:50:27 +0200
* gnu/packages/terminals.scm (tio): Update to 2.7.
---
 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 @@ (define-public tilix
 (define-public tio
   (package
     (name "tio")
-    (version "2.5")
+    (version "2.7")
     (source
      (origin
        (method url-fetch)
@@ -1495,7 +1495,7 @@ (define-public tio
              "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))

base-commit: ce0cc6137df81919389f61671096a6ce701c0889
-- 
2.41.0




This bug report was last modified 1 year and 236 days ago.

Previous Next


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