diff mbox series

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

Message ID fa0afb9e4d98ee853f0e788c89fd025b57b929f8.1695831824.git.raphael.melotte@mind.be
State New
Headers show
Series [bug#66242,1/2] gnu: tio: Update to 2.7. | expand

Commit Message

vasilii.smirnov--- via Guix-patches" via Sept. 27, 2023, 4:50 p.m. UTC
* gnu/packages/terminals.scm (tio): Update to 2.7.
---
 gnu/packages/terminals.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: ce0cc6137df81919389f61671096a6ce701c0889

Comments

Tobias Geerinckx-Rice Sept. 27, 2023, 5:39 p.m. UTC | #1
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.
diff mbox series

Patch

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