guix-commits
[Top][All Lists]
Advanced

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

25/27: gnu: qterminal: Update to 1.3.0.


From: guix-commits
Subject: 25/27: gnu: qterminal: Update to 1.3.0.
Date: Thu, 27 Apr 2023 09:27:44 -0400 (EDT)

iyzsong pushed a commit to branch lxqt-team
in repository guix.

commit 4bba8a9a354d8ecffa728d16b3f0807e57e80a54
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Thu Apr 27 20:59:12 2023 +0800

    gnu: qterminal: Update to 1.3.0.
    
    * gnu/packages/lxqt.scm (qterminal): Update to 1.3.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 441a228862..71df867869 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.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "0px42vvmxf3lgd5wwxl260nm18a46943iiqhhmjb0l4xi5s0lhfr"))))
+        (base32 "1ibhl51mggf81xhvcmrkbsxl7ls8v0sn74rwhjxw4vqk6r6fhiby"))))
     (build-system cmake-build-system)
     (inputs
      (list qtbase-5 qtx11extras qtermwidget))



reply via email to

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