guix_mirror_bot pushed a commit to branch master
in repository guix.

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

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

Reply via email to