me
/
guix
Archived
1
0
Fork 0

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
Brendan Tildesley 2021-05-17 00:06:09 +10:00 committed by Ludovic Courtès
parent 4ff16c5dce
commit 680f3a3213
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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)