gnu: lxqt-themes: Update to 0.17.0.

* gnu/packages/lxqt.scm (lxqt-themes): Update to 0.17.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Brendan Tildesley 2021-05-17 00:06:03 +10:00 committed by Ludovic Courtès
parent d71c5ecfd5
commit 4979d4e511
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -942,14 +942,14 @@ permissions of other users including root.")
(define-public lxqt-themes
(package
(name "lxqt-themes")
(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 "1dzv60q1dhi666ajh218smkp3ybh5vl2mxyvlbyc9zwvhgx3f0d1"))))
(base32 "0kmvcz6rxghxxgb0m264zbvycc1zjma8mr4cpwg5kyrzb47rdw9z"))))
(build-system cmake-build-system)
(native-inputs
`(("lxqt-build-tools" ,lxqt-build-tools)))