diff options
author | Meiyo Peng <meiyo@riseup.net> | 2019-03-13 23:37:31 +0800 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-03-14 16:47:18 +0100 |
commit | 3cc904ab7c380e95f46c0433712d94eed64ec317 (patch) | |
tree | d364483def07db01b554b5417357514150390c37 /gnu/packages/lxqt.scm | |
parent | 3b7348c4dc17df8198956225082162cc49b72899 (diff) | |
download | guix-3cc904ab7c380e95f46c0433712d94eed64ec317.tar guix-3cc904ab7c380e95f46c0433712d94eed64ec317.tar.gz |
gnu: lxqt-themes: Update to 0.14.0.
* gnu/packages/lxqt.scm (lxqt-themes): Update to 0.14.0.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/lxqt.scm')
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index f8814f4b7b..8e0187017d 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -883,14 +883,14 @@ permissions of other users including root.") (define-public lxqt-themes (package (name "lxqt-themes") - (version "0.13.0") + (version "0.14.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "13kkkzjx8bgnwckz79j273azvm4za66i4cp2qhxwdpxh0fwziklf")))) + (base32 "0p7svdpp0z44hvgrp2aip6hym0gdhbanyxsz6iz8sjnn28c995ia")))) (build-system cmake-build-system) (native-inputs `(("lxqt-build-tools" ,lxqt-build-tools))) |