mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: lxqt-session: Update to 0.17.1.
* gnu/packages/lxqt.scm (lxqt-session): Update to 0.17.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9987e7a231
commit
78604a1b9c
1 changed files with 3 additions and 2 deletions
|
@ -828,20 +828,21 @@ (define-public lxqt-runner
|
|||
(define-public lxqt-session
|
||||
(package
|
||||
(name "lxqt-session")
|
||||
(version "0.15.0")
|
||||
(version "0.17.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "17y6l1l2m2hzxlzvr7wbixnldbr7waky97vj6lx72r81l45wqkz4"))))
|
||||
(base32 "0iwwfyngpbhs2dwvbw0cci0bf3qbqcpjjw7h5vm46nimvgp8q1fr"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("eudev" ,eudev)
|
||||
("kwindowsystem" ,kwindowsystem)
|
||||
("liblxqt" ,liblxqt)
|
||||
("libqtxdg" ,libqtxdg)
|
||||
("procps" ,procps)
|
||||
("qtbase" ,qtbase)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtx11extras" ,qtx11extras)
|
||||
|
|
Loading…
Reference in a new issue