gnu: lxqt-qtplugin: Update to 0.14.0.

* gnu/packages/lxqt.scm (lxqt-qtplugin): Update to 0.14.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Meiyo Peng 2019-03-13 23:37:27 +08:00 committed by Danny Milosavljevic
parent 84dea9bb71
commit 63c80bd7a9
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -703,14 +703,14 @@ (define-public lxqt-powermanagement
(define-public lxqt-qtplugin (define-public lxqt-qtplugin
(package (package
(name "lxqt-qtplugin") (name "lxqt-qtplugin")
(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 "0nnwbc99njpsyqb0cy3x0srcgwa7qrnq0qwcyx7fbvwsq1l8cz56")))) (base32 "18y7xfxwyismcycg70q6r8zrcygz1pdcvg6lqc6ba7azqb9806ds"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libdbusmenu-qt" ,libdbusmenu-qt) `(("libdbusmenu-qt" ,libdbusmenu-qt)