1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 02:21:49 +02:00

gnu: qtermwidget: Update to 2.2.0.

* gnu/packages/lxqt.scm (qtermwidget): Update to 2.2.0.

Change-Id: I822833cd1e556b090cc9f472bc6ae288de6bb91d
This commit is contained in:
宋文武
2025-08-23 12:36:50 +08:00
parent 21f32e7c4b
commit 40c72f2080
+2 -2
View File
@@ -974,14 +974,14 @@ processes currently in existence, much like code{top} or code{ps}.")
(define-public qtermwidget
(package
(name "qtermwidget")
(version "2.1.0")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "0jwfpv9dwifkjgzy2fiffkvj0dd3aw4rf95fnnrhvqcdlg1v5v16"))))
(base32 "1s8w4s7wi7sv6vx8njlcvzmywyrkz4v4jmj3cbvsymfgg6xgnkxs"))))
(build-system cmake-build-system)
(inputs
(list qtbase utf8proc))