summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2022-11-28 09:59:46 +0800
committer宋文武 <iyzsong@member.fsf.org>2022-11-28 09:59:46 +0800
commitab1e572789d41c56cdb3a1d78ae8a342ad79d72c (patch)
tree440cdd734cfcb3065ef7db152952cdcfd0b0c52f
parentc29d4126a8fd69e66e494f6678e79ff4f35bc400 (diff)
downloadguix-patches-ab1e572789d41c56cdb3a1d78ae8a342ad79d72c.tar
guix-patches-ab1e572789d41c56cdb3a1d78ae8a342ad79d72c.tar.gz
gnu: qterminal: Update to 1.2.0.
* gnu/packages/lxqt.scm (qterminal): Update to 1.2.0.
-rw-r--r--gnu/packages/lxqt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 816e370f2a..5c1a23ee82 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -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))