guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: lxqt-menu-data: Update to 2.3.0.
    
    * gnu/packages/lxqt.scm (lxqt-menu-data): Update to 2.3.0.
    
    Change-Id: I8e610ebc5917637ebe49504b69748f7041ccdb84
---
 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 12c4a9b678..4a17349c69 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -342,14 +342,14 @@ the operating system LXQt is running on.")
 (define-public lxqt-menu-data
   (package
     (name "lxqt-menu-data")
-    (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 "0nw9mr4p5ri3bk43xd871g3ni9irf6rrk8rz4d8ra9wd7bz2d855"))))
+        (base32 "013fbcymy1h3arhhd7jqy498pdny63ih1wid7w3pr4j8iax48fkh"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f))                ;no tests

Reply via email to