mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: qterminal: Update to 2.3.0.
* gnu/packages/lxqt.scm (qterminal): Update to 2.3.0. Change-Id: I0a99af58ffa5fed85ba6e319aef7cc7f0c9dea0e
This commit is contained in:
parent
3d2533de9e
commit
d4b4a1d227
1 changed files with 2 additions and 2 deletions
|
|
@ -999,14 +999,14 @@ processes currently in existence, much like code{top} or code{ps}.")
|
|||
(define-public qterminal
|
||||
(package
|
||||
(name "qterminal")
|
||||
(version "2.2.1")
|
||||
(version "2.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1lpm1065wj61x6w1w7zgy0b7g62c9gbg6v17l0vlgbxv10s8rlqc"))))
|
||||
(base32 "1ibx62d8cqvm9ygdbdnp5j06l51d05ip0g2j30ivyhpi4cp1ik62"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list layer-shell-qt qtbase qtermwidget))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue