guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d4b4a1d22701ba7bce4c5b3bf176171ba7151349
Author: 宋文武 <[email protected]>
AuthorDate: Thu Jan 1 11:00:26 2026 +0800
gnu: qterminal: Update to 2.3.0.
* gnu/packages/lxqt.scm (qterminal): Update to 2.3.0.
Change-Id: I0a99af58ffa5fed85ba6e319aef7cc7f0c9dea0e
---
gnu/packages/lxqt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 43c4d0648b..89de3d5f0e 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -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))