guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: lxqt-powermanagement: Update to 2.3.0.
    
    * gnu/packages/lxqt.scm (lxqt-powermanagement): Update to 2.3.0.
    
    Change-Id: I83574598fcf93244ce7e024851ae1721b4959382
---
 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 bd2b6df54e..f146c62f5d 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -587,14 +587,14 @@ LXQt.")
 (define-public lxqt-powermanagement
   (package
     (name "lxqt-powermanagement")
-    (version "2.2.1")
+    (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 "1pds86s72ckkvk886ncajnl7q11814w94dfmbblmml2dmfxyhkbx"))))
+        (base32 "0xlyb41xapgkn5x9cgq2snln60scs67ja07721djq499y8c5r92p"))))
     (build-system cmake-build-system)
     (inputs
      (list kidletime

Reply via email to