gnu: lxqt-qtplugin: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-qtplugin): Update to 1.2.0.master
parent
01d53f86e0
commit
15f98b84d8
gnu/packages
|
@ -600,14 +600,14 @@ when laptop batteries are low on power.")
|
||||||
(define-public lxqt-qtplugin
|
(define-public lxqt-qtplugin
|
||||||
(package
|
(package
|
||||||
(name "lxqt-qtplugin")
|
(name "lxqt-qtplugin")
|
||||||
(version "1.1.0")
|
(version "1.2.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 "1zw79lnm35gj3dyd4vlnk08n1lnr8391n36nbn81d0fgmvs21yx4"))))
|
(base32 "06cdx4fffggk2wjfpi8zlbkiapmbqq2qsz25cngg4kqznq0kayb3"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libdbusmenu-qt
|
(list libdbusmenu-qt
|
||||||
|
|
Reference in New Issue