guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/28: gnu: qterminal: Update to 1.2.0.


From: guix-commits
Subject: 06/28: gnu: qterminal: Update to 1.2.0.
Date: Sun, 27 Nov 2022 22:35:05 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit ab1e572789d41c56cdb3a1d78ae8a342ad79d72c
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon Nov 28 09:59:46 2022 +0800

    gnu: qterminal: Update to 1.2.0.
    
    * gnu/packages/lxqt.scm (qterminal): Update to 1.2.0.
---
 gnu/packages/lxqt.scm | 4 ++--
 1 file 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]