guix_mirror_bot pushed a commit to branch master
in repository guix.
commit aa90571e42fb580b845c9ce5094848b5d8623c83
Author: 宋文武 <[email protected]>
AuthorDate: Sat Aug 23 12:36:49 2025 +0800
gnu: lxqt-runner: Update to 2.2.0.
* gnu/packages/lxqt.scm (lxqt-runner): Update to 2.2.0.
Change-Id: I5f814b19a3e83a2425ac361318fe040791db7259
---
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 aef8806f5b..b3a117faaf 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -646,14 +646,14 @@ Qt with LXQt.")
(define-public lxqt-runner
(package
(name "lxqt-runner")
- (version "2.1.1")
+ (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 "0pmviizv7cxiqn2868bmbwgqrakmp4fv6a1wzbal0gndgc14yxmw"))))
+ (base32 "1478hsi662s6cw83im710slm6mfq9vn10lq98yqrakmwr6salp71"))))
(build-system cmake-build-system)
(inputs
(list kwindowsystem