1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 17:20:32 +02:00

gnu: lxqt-globalkeys: Update to 2.2.0.

* gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 2.2.0.

Change-Id: I2d4f7378942c4e12ea39c75d7f80c8d336ed025a
This commit is contained in:
宋文武
2025-08-23 12:36:48 +08:00
parent daf5d55c89
commit ed617e1ce9

View File

@@ -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))