gnu: lxqt-globalkeys: Update to 0.14.3.

* gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 0.14.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-03 03:47:35 +01:00
parent 7bed07fc0b
commit 47de1caa8d
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -417,7 +417,7 @@ (define-public lxqt-config
(define-public lxqt-globalkeys
(package
(name "lxqt-globalkeys")
(version "0.14.1")
(version "0.14.3")
(source
(origin
(method url-fetch)
@ -425,7 +425,7 @@ (define-public lxqt-globalkeys
"releases/download/" version "/"
"lxqt-globalkeys-" version ".tar.xz"))
(sha256
(base32 "0m6svwy20bfy9d21g5l0qzjndph3rd8zqagmqgdjzjhh3lxwrsrk"))))
(base32 "0mgl05qxvq4pdqvcw34i2cbyy87x605wy3np62mrbbb1kdfjrfg6"))))
(build-system cmake-build-system)
(inputs
`(("kwindowsystem" ,kwindowsystem)