me
/
guix
Archived
1
0
Fork 0

gnu: lxqt-panel: Update to 0.17.1.

* gnu/packages/lxqt.scm (lxqt-panel): Update to 0.17.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Brendan Tildesley 2021-05-17 00:05:57 +10:00 committed by Ludovic Courtès
parent 78604a1b9c
commit e84201476e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -567,14 +567,14 @@ of other programs.")
(define-public lxqt-panel
(package
(name "lxqt-panel")
(version "0.15.1")
(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 "1b40l9p31nz96q38vwgd1zj142xcwqnjwljsird4nnzs2smjn1c6"))))
(base32 "1k2cfs1mhad486kh93vbxma3jpjksp4hzjv1xmp1g5alb5dgnc0q"))))
(build-system cmake-build-system)
(inputs
`(("alsa-lib" ,alsa-lib)