1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 18:41:54 +02:00

gnu: lxqt-globalkeys: Update to 0.17.0.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Brendan Tildesley
2021-05-17 00:05:55 +10:00
committed by Ludovic Courtès
parent e84f3a75f8
commit c10b29b473
+2 -2
View File
@@ -433,7 +433,7 @@ configuration of both LXQt and the underlying operating system.")
(define-public lxqt-globalkeys
(package
(name "lxqt-globalkeys")
(version "0.15.0")
(version "0.17.0")
(source
(origin
(method url-fetch)
@@ -441,7 +441,7 @@ configuration of both LXQt and the underlying operating system.")
"releases/download/" version "/"
"lxqt-globalkeys-" version ".tar.xz"))
(sha256
(base32 "1wfvpvy32p60j7xibfa30skzxx2187qrsqxm1npabj1y5bva2m6f"))))
(base32 "0pnyqiqhaawrnyvw3ljp850d911abaalnl4rgvl2xyzybvlhki4h"))))
(build-system cmake-build-system)
(inputs
`(("kwindowsystem" ,kwindowsystem)