From c10b29b473e1568464099073f77f0d507b538281 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Mon, 17 May 2021 00:05:55 +1000 Subject: [PATCH] gnu: lxqt-globalkeys: Update to 0.17.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 0.17.0. Signed-off-by: Ludovic Courtès --- 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 24418a8f4a..dee81c700a 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)