mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: lxqt-about: Update to 0.17.0.
* gnu/packages/lxqt.scm (lxqt-about): Update to 0.17.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7cd88666d0
commit
cfd40e64b9
1 changed files with 2 additions and 2 deletions
|
@ -274,14 +274,14 @@ (define-public libsysstat
|
||||||
(define-public lxqt-about
|
(define-public lxqt-about
|
||||||
(package
|
(package
|
||||||
(name "lxqt-about")
|
(name "lxqt-about")
|
||||||
(version "0.15.0")
|
(version "0.17.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 "0p24z1vykyp8dkhwaxxi4hw5150yv9a2ncc55vbwx4c6bmmibmsh"))))
|
(base32 "04riqf2xgbcnq67l5zb0dfnnmc4a2zljx8zfn3jlvxirnd73l0zm"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("kwindowsystem" ,kwindowsystem)
|
`(("kwindowsystem" ,kwindowsystem)
|
||||||
|
|
Loading…
Reference in a new issue