guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ed617e1ce94eedc88b5bc1d49edb3a824d42e459
Author: 宋文武 <[email protected]>
AuthorDate: Sat Aug 23 12:36:48 2025 +0800
gnu: lxqt-globalkeys: Update to 2.2.0.
* gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 2.2.0.
Change-Id: I2d4f7378942c4e12ea39c75d7f80c8d336ed025a
---
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 4e5df62169..719ca2397d 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -409,7 +409,7 @@ configuration of both LXQt and the underlying operating
system.")
(define-public lxqt-globalkeys
(package
(name "lxqt-globalkeys")
- (version "2.1.0")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
@@ -417,7 +417,7 @@ configuration of both LXQt and the underlying operating
system.")
"releases/download/" version "/"
"lxqt-globalkeys-" version ".tar.xz"))
(sha256
- (base32 "0x18jkis3avl7928584sgl6c3fk1xm2qgpksxcy2qsk2ab25dk3h"))))
+ (base32 "16lpz4wm6iz065drmgfgfjxkd0gc5g1wqisqcgs6iff0skpdzkv6"))))
(build-system cmake-build-system)
(inputs
(list liblxqt))