guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: lxqt-panel: Update to 2.2.2.
    
    * gnu/packages/lxqt.scm (lxqt-panel): Update to 2.2.2.
    
    Change-Id: I241e810d8844d6fdf2f8d859888e4ccfe64a6a63
---
 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 e7c4333449..2b279b3437 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -505,14 +505,14 @@ possible for applications to export and import their 
menus over DBus.")
 (define-public lxqt-panel
   (package
     (name "lxqt-panel")
-    (version "2.1.4")
+    (version "2.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "1rhm57nnwr0mhii2r40gmawllj4cza9qb25qykkn236jfgpbilgz"))))
+        (base32 "0s8rva0prz1mkccp5yanrm0gg63cn95pzv2fixdp26489rx0w5ax"))))
     (build-system cmake-build-system)
     (inputs
      (list alsa-lib

Reply via email to