civodul pushed a commit to branch master
in repository guix.
commit c10b29b473e1568464099073f77f0d507b538281
Author: Brendan Tildesley <[email protected]>
AuthorDate: Mon May 17 00:05:55 2021 +1000
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 <[email protected]>
---
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 24418a8..dee81c7 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -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)