mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: lxqt-runner: Update to 1.3.0.
* gnu/packages/lxqt.scm (lxqt-runner): Update to 1.3.0.
This commit is contained in:
parent
a2cee77c50
commit
179cadd933
1 changed files with 2 additions and 2 deletions
|
@ -637,14 +637,14 @@ (define-public lxqt-qtplugin
|
||||||
(define-public lxqt-runner
|
(define-public lxqt-runner
|
||||||
(package
|
(package
|
||||||
(name "lxqt-runner")
|
(name "lxqt-runner")
|
||||||
(version "1.2.0")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kighmlm9hqmw8h41fbmwqyy8qs06q2bbja6snw8j1a2yvz636qz"))))
|
(base32 "1916cl12v09x4iqrgvp2dwchy50wa97a0y68q4rdigarpdrp3x7j"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list kwindowsystem
|
(list kwindowsystem
|
||||||
|
|
Loading…
Reference in a new issue