emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54650: closed ([PATCH] gnu: tio: Update to 1.36)


From: GNU bug Tracking System
Subject: bug#54650: closed ([PATCH] gnu: tio: Update to 1.36)
Date: Thu, 31 Mar 2022 15:29:01 +0000

Your message dated Thu, 31 Mar 2022 18:27:33 +0300
with message-id <YkXIZXRXw4jwnJj7@3900XT>
and subject line Re: [bug#54650] [PATCH] gnu: tio: Update to 1.36
has caused the debbugs.gnu.org bug report #54650,
regarding [PATCH] gnu: tio: Update to 1.36
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54650: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54650
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: tio: Update to 1.36 Date: Thu, 31 Mar 2022 12:55:45 +0200
* gnu/packages/terminals.scm (tio): Update to 1.36.
[native-inputs]: Add pkg-config.
[inputs]: Add libinih.

Note: starting from this version, libinih is a mandatory dependency:
https://github.com/tio/tio/commit/659336af51caf9d1e0ef2101240da02007c6ea37
---
 gnu/packages/terminals.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index eb81b5424e..009809442c 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -25,7 +25,7 @@
 ;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
 ;;; Copyright @ 2020 luhux <luhux@outlook.com>
 ;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
-;;; Copyright © 2021 Raphaël Mélotte <raphael.melotte@mind.be>
+;;; Copyright © 2021, 2022 Raphaël Mélotte <raphael.melotte@mind.be>
 ;;; Copyright © 2021 ikasero <ahmed@ikasero.com>
 ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
@@ -1367,7 +1367,7 @@ (define-public wterm
 (define-public tio
   (package
     (name "tio")
-    (version "1.35")
+    (version "1.36")
     (source
      (origin
        (method url-fetch)
@@ -1375,8 +1375,10 @@ (define-public tio
              "https://github.com/tio/tio/releases/download/v";
              version "/tio-" version ".tar.xz"))
        (sha256
-        (base32 "02cx3hjk2rv2dmds2xi17ymi93k6zybapa33ydyfkx3mfvgfq28k"))))
+        (base32 "0z27ghxjiw7y587l49jsb0anylm08m7imqjiwr21k1frxvydswsa"))))
     (build-system meson-build-system)
+    (native-inputs (list pkg-config))
+    (inputs (list libinih))
     (home-page "https://tio.github.io/";)
     (synopsis "Simple TTY terminal I/O application")
     (description "tio is a simple TTY terminal application which features a
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#54650] [PATCH] gnu: tio: Update to 1.36 Date: Thu, 31 Mar 2022 18:27:33 +0300
Patch pushed. Thanks.

-- 
Efraim Flashner   <efraim@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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