diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2022-08-17 11:13:23 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-08-22 08:42:54 +0800 |
commit | f2ec964b66885ec68dbf7238d2e5537661a12d68 (patch) | |
tree | 8ade672fc9bba2a5cedd0327c8724b6a52e72e8b /gnu | |
parent | 83ba42f0b1becb1368dd84221473f0034574bc86 (diff) | |
download | guix-f2ec964b66885ec68dbf7238d2e5537661a12d68.tar.gz |
gnu: qterminal: Update to 1.1.0.
* gnu/packages/lxqt.scm (qterminal): Update to 1.1.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index cdcb386f34..489908cf3d 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -1036,14 +1036,14 @@ processes currently in existence, much like code{top} or code{ps}.") (define-public qterminal (package (name "qterminal") - (version "0.17.0") + (version "1.1.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "0rfv7a6ncm8fs8aicinh9l29w4636gxzcqz735jmch2r41v9i1d9")))) + (base32 "1b9568y5xyxymk8r7pkz878ba24dyaxql2sfiy6blr8szf308c5l")))) (build-system cmake-build-system) (inputs (list qtbase-5 qtx11extras qtermwidget)) |