guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 294108449ad89d962832c8248729917328f46ab4
Author: 宋文武 <[email protected]>
AuthorDate: Thu Jan 1 11:00:24 2026 +0800

    gnu: lxqt-config: Update to 2.3.0.
    
    * gnu/packages/lxqt.scm (lxqt-config): Update to 2.3.0.
    
    Change-Id: I8563bf379752931eef65283bb289ed7aee69b011
---
 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 4a17349c69..77d3aafef0 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -366,14 +366,14 @@ LXQt Panel, Configuration Center and 
PCManFM-Qt/libfm-qt.")
 (define-public lxqt-config
   (package
     (name "lxqt-config")
-    (version "2.2.0")
+    (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 "07ik1ycldpin21v4b29a95zb14q1s4bfbmlvyvw50r0mx0whnysj"))))
+        (base32 "032bgz5lyrc0a6hr6xnir1s5wnlz7s2sszcgh31y7pxy1vssrf39"))))
     (build-system cmake-build-system)
     (inputs
      (list eudev

Reply via email to