mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: qterminal: Update to 1.2.0.
* gnu/packages/lxqt.scm (qterminal): Update to 1.2.0.
This commit is contained in:
@@ -1006,14 +1006,14 @@ processes currently in existence, much like code{top} or code{ps}.")
|
||||
(define-public qterminal
|
||||
(package
|
||||
(name "qterminal")
|
||||
(version "1.1.0")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1b9568y5xyxymk8r7pkz878ba24dyaxql2sfiy6blr8szf308c5l"))))
|
||||
(base32 "0px42vvmxf3lgd5wwxl260nm18a46943iiqhhmjb0l4xi5s0lhfr"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list qtbase-5 qtx11extras qtermwidget))
|
||||
|
||||
Reference in New Issue
Block a user