gnu: lxqt-panel: Update to 1.3.0.
* gnu/packages/lxqt.scm (lxqt-panel): Update to 1.3.0.master
parent
680cdb2a3a
commit
11fcc6b1f1
|
@ -479,14 +479,14 @@ of other programs.")
|
||||||
(define-public lxqt-panel
|
(define-public lxqt-panel
|
||||||
(package
|
(package
|
||||||
(name "lxqt-panel")
|
(name "lxqt-panel")
|
||||||
(version "1.2.1")
|
(version "1.3.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 "1604rb4yg1lgivvd76gaqb6dvq8bv8xy5f2vzj46prh0rbvhnf2b"))))
|
(base32 "1lnqiw1rd5m9576rsg7lx8v95nc8krrj35fbi54ipc688na3j6s3"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
|
|
Reference in New Issue