gnu: qterminal: Update to 2.3.0.

* gnu/packages/lxqt.scm (qterminal): Update to 2.3.0.

Change-Id: I0a99af58ffa5fed85ba6e319aef7cc7f0c9dea0e
This commit is contained in:
宋文武 2026-01-01 11:00:26 +08:00
parent 3d2533de9e
commit d4b4a1d227
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -999,14 +999,14 @@ processes currently in existence, much like code{top} or code{ps}.")
(define-public qterminal
(package
(name "qterminal")
(version "2.2.1")
(version "2.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "1lpm1065wj61x6w1w7zgy0b7g62c9gbg6v17l0vlgbxv10s8rlqc"))))
(base32 "1ibx62d8cqvm9ygdbdnp5j06l51d05ip0g2j30ivyhpi4cp1ik62"))))
(build-system cmake-build-system)
(inputs
(list layer-shell-qt qtbase qtermwidget))