guix_mirror_bot pushed a commit to branch master
in repository guix.

commit daf5d55c89d1f16371a7d04b38942ee8448ef66a
Author: 宋文武 <[email protected]>
AuthorDate: Sat Aug 23 12:36:48 2025 +0800

    gnu: lxqt-config: Update to 2.2.0.
    
    * gnu/packages/lxqt.scm (lxqt-config): Update to 2.2.0.
    
    Change-Id: I6ac2221d7cf6ef0516792a9c3b33839869605bc3
---
 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 88a37d4e83..4e5df62169 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -364,14 +364,14 @@ LXQt Panel, Configuration Center and 
PCManFM-Qt/libfm-qt.")
 (define-public lxqt-config
   (package
     (name "lxqt-config")
-    (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 "03bq440npq3l4ssx7l1a15962q1jylfzdldfr66dm5nkjgvvv0gs"))))
+        (base32 "07ik1ycldpin21v4b29a95zb14q1s4bfbmlvyvw50r0mx0whnysj"))))
     (build-system cmake-build-system)
     (inputs
      (list eudev

Reply via email to