gnu: lxqt-globalkeys: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 1.2.0.master
parent
07acbd1e40
commit
e67f3e0e07
|
@ -393,7 +393,7 @@ configuration of both LXQt and the underlying operating system.")
|
||||||
(define-public lxqt-globalkeys
|
(define-public lxqt-globalkeys
|
||||||
(package
|
(package
|
||||||
(name "lxqt-globalkeys")
|
(name "lxqt-globalkeys")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -401,7 +401,7 @@ configuration of both LXQt and the underlying operating system.")
|
||||||
"releases/download/" version "/"
|
"releases/download/" version "/"
|
||||||
"lxqt-globalkeys-" version ".tar.xz"))
|
"lxqt-globalkeys-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bbw85aa59w0qnvkdggm3hbacps6yfcvcrs32d34mvvhc7d6g04l"))))
|
(base32 "1s49b8kly027f3amxcf2bx8id3jmmrl8365x7676bd8x2g5v3va2"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list kwindowsystem
|
(list kwindowsystem
|
||||||
|
|
Reference in New Issue