guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: lxqt-globalkeys: Update to 2.3.0.
    
    * gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 2.3.0.
    
    Change-Id: I45edcf46cbd5d41d58c82cfdf89eb6f830f91d5a
---
 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 77d3aafef0..f7d83c371e 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -411,7 +411,7 @@ configuration of both LXQt and the underlying operating 
system.")
 (define-public lxqt-globalkeys
   (package
     (name "lxqt-globalkeys")
-    (version "2.2.0")
+    (version "2.3.0")
     (source
      (origin
        (method url-fetch)
@@ -419,7 +419,7 @@ configuration of both LXQt and the underlying operating 
system.")
                            "releases/download/" version "/"
                            "lxqt-globalkeys-" version ".tar.xz"))
        (sha256
-        (base32 "16lpz4wm6iz065drmgfgfjxkd0gc5g1wqisqcgs6iff0skpdzkv6"))))
+        (base32 "1il912gn5lqdxy41rma8py58jzayppkaiw3n3y0rhjpbwkkqcgqs"))))
     (build-system cmake-build-system)
     (inputs
      (list liblxqt))

Reply via email to