civodul pushed a commit to branch master
in repository guix.
commit 4979d4e5110ba702f634b19a5ff5d77576dfa9ae
Author: Brendan Tildesley <[email protected]>
AuthorDate: Mon May 17 00:06:03 2021 +1000
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 <[email protected]>
---
gnu/packages/lxqt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 21e705d..a52a986 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)))