mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01: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:
parent
e84f3a75f8
commit
c10b29b473
1 changed files with 2 additions and 2 deletions
|
@ -433,7 +433,7 @@ (define-public lxqt-config
|
||||||
(define-public lxqt-globalkeys
|
(define-public lxqt-globalkeys
|
||||||
(package
|
(package
|
||||||
(name "lxqt-globalkeys")
|
(name "lxqt-globalkeys")
|
||||||
(version "0.15.0")
|
(version "0.17.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -441,7 +441,7 @@ (define-public lxqt-globalkeys
|
||||||
"releases/download/" version "/"
|
"releases/download/" version "/"
|
||||||
"lxqt-globalkeys-" version ".tar.xz"))
|
"lxqt-globalkeys-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wfvpvy32p60j7xibfa30skzxx2187qrsqxm1npabj1y5bva2m6f"))))
|
(base32 "0pnyqiqhaawrnyvw3ljp850d911abaalnl4rgvl2xyzybvlhki4h"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("kwindowsystem" ,kwindowsystem)
|
`(("kwindowsystem" ,kwindowsystem)
|
||||||
|
|
Loading…
Reference in a new issue