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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -703,14 +703,14 @@ when laptop batteries are low on power.")
(define-public lxqt-qtplugin
(package
(name "lxqt-qtplugin")
(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 "0nnwbc99njpsyqb0cy3x0srcgwa7qrnq0qwcyx7fbvwsq1l8cz56"))))
(base32 "18y7xfxwyismcycg70q6r8zrcygz1pdcvg6lqc6ba7azqb9806ds"))))
(build-system cmake-build-system)
(inputs
`(("libdbusmenu-qt" ,libdbusmenu-qt)