mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: qterminal: Update to 1.3.0.
* gnu/packages/lxqt.scm (qterminal): Update to 1.3.0.
This commit is contained in:
parent
55c6a76e90
commit
e6e7acb3d7
1 changed files with 2 additions and 2 deletions
|
@ -1006,14 +1006,14 @@ (define-public qtermwidget
|
|||
(define-public qterminal
|
||||
(package
|
||||
(name "qterminal")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0px42vvmxf3lgd5wwxl260nm18a46943iiqhhmjb0l4xi5s0lhfr"))))
|
||||
(base32 "1ibhl51mggf81xhvcmrkbsxl7ls8v0sn74rwhjxw4vqk6r6fhiby"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list qtbase-5 qtx11extras qtermwidget))
|
||||
|
|
Loading…
Reference in a new issue