gnu: tio: Update to 3.6.

* gnu/packages/terminals.scm (tio): Update to 3.6.
[source]: Switch to git-fetch.

Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Change-Id: I4e9ed921bdb9b14bd45e6c5e3ad33cebb6577ab1
This commit is contained in:
guix-patches--- via 2024-08-26 08:20:45 +02:00 committed by Zheng Junjie
parent 18431cb5ba
commit 2787fd81e3
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -1498,15 +1498,15 @@ terminal are replicated to the others.
(define-public tio (define-public tio
(package (package
(name "tio") (name "tio")
(version "3.3") (version "3.6")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/tio/tio/releases/download/v" (url "https://github.com/tio/tio")
version "/tio-" version ".tar.xz")) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "13favpvl343nbc0h26snn53lddwbznvd106rvvinnc12x6r3arjh")))) (base32 "050zm7nh9niag1amjql859cj3xc9gbidk3zz546h6fhhh3vykmfl"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))
(inputs (list glib lua)) (inputs (list glib lua))