guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: lxqt-admin: Update to 2.3.0.
    
    * gnu/packages/lxqt.scm (lxqt-admin): Update to 2.3.0.
    
    Change-Id: I70cf65dd87fad1bf7957f258bfabe768711decd8
---
 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 359855276e..12c4a9b678 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -309,14 +309,14 @@ LXQt and the system it's running on.")
 (define-public lxqt-admin
   (package
     (name "lxqt-admin")
-    (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 "03gkb7gwq0gy9ihvawn38i36nkfmwyslf8wmbp4ssj129i94sphq"))))
+        (base32 "1hmiggpfd5rhpapcx4xiszzlxpk0znlxlfarjr8hzv4dxkkc64s1"))))
     (build-system cmake-build-system)
     (inputs
      (list liblxqt polkit-qt6))

Reply via email to