summaryrefslogtreecommitdiff
path: root/gnu/packages/lxqt.scm
diff options
context:
space:
mode:
authorBrendan Tildesley <mail@brendan.scot>2021-05-17 00:06:03 +1000
committerLudovic Courtès <ludo@gnu.org>2021-05-29 20:16:49 +0200
commit4979d4e5110ba702f634b19a5ff5d77576dfa9ae (patch)
tree033330dc7d7f5f1787d86d85b2d3b49d005d1178 /gnu/packages/lxqt.scm
parentd71c5ecfd5d8ffc21e05e40d675f7b5253bb42cd (diff)
downloadguix-4979d4e5110ba702f634b19a5ff5d77576dfa9ae.tar.gz
guix-4979d4e5110ba702f634b19a5ff5d77576dfa9ae.tar.xz
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>
Diffstat (limited to 'gnu/packages/lxqt.scm')
-rw-r--r--gnu/packages/lxqt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 21e705d50b..a52a986682 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -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)))