mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: lxqt-runner: Update to 0.17.0.
* gnu/packages/lxqt.scm (lxqt-runner): Update to 0.17.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d0133d59eb
commit
9987e7a231
1 changed files with 2 additions and 2 deletions
|
@ -779,14 +779,14 @@ (define-public lxqt-qtplugin
|
|||
(define-public lxqt-runner
|
||||
(package
|
||||
(name "lxqt-runner")
|
||||
(version "0.15.0")
|
||||
(version "0.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "02xxpflhh6a8qpnjhl5mrl07ikzl5x21mf0rj8nmm0v28rpkqjk1"))))
|
||||
(base32 "0n53jbvkmp4vgi21a720gsvi407m4ybqk8xrpnm5f48yjr88r9i4"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("kwindowsystem" ,kwindowsystem)
|
||||
|
|
Loading…
Reference in a new issue