gnu: qterminal: Update to 0.17.0.
* gnu/packages/lxqt.scm (qterminal): Update to 0.17.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
4ff16c5dce
commit
680f3a3213
|
@ -1240,14 +1240,14 @@ processes currently in existence, much like code{top} or code{ps}.")
|
||||||
(define-public qterminal
|
(define-public qterminal
|
||||||
(package
|
(package
|
||||||
(name "qterminal")
|
(name "qterminal")
|
||||||
(version "0.15.0")
|
(version "0.17.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 "0r7xmwjpak47ayj7cj37bwrdlv1mx5nhqpccb5pbn2fh8slp8zsm"))))
|
(base32 "0rfv7a6ncm8fs8aicinh9l29w4636gxzcqz735jmch2r41v9i1d9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase)
|
`(("qtbase" ,qtbase)
|
||||||
|
|
Reference in New Issue