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>
This commit is contained in:
parent
3b7348c4dc
commit
3cc904ab7c
|
@ -883,14 +883,14 @@ permissions of other users including root.")
|
||||||
(define-public lxqt-themes
|
(define-public lxqt-themes
|
||||||
(package
|
(package
|
||||||
(name "lxqt-themes")
|
(name "lxqt-themes")
|
||||||
(version "0.13.0")
|
(version "0.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13kkkzjx8bgnwckz79j273azvm4za66i4cp2qhxwdpxh0fwziklf"))))
|
(base32 "0p7svdpp0z44hvgrp2aip6hym0gdhbanyxsz6iz8sjnn28c995ia"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("lxqt-build-tools" ,lxqt-build-tools)))
|
`(("lxqt-build-tools" ,lxqt-build-tools)))
|
||||||
|
|
Loading…
Reference in New Issue