guix-commits
[Top][All Lists]
Advanced

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

28/31: gnu: qterminal: Update to 1.1.0.


From: guix-commits
Subject: 28/31: gnu: qterminal: Update to 1.1.0.
Date: Sun, 21 Aug 2022 21:06:21 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit f2ec964b66885ec68dbf7238d2e5537661a12d68
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Aug 17 11:13:23 2022 +0800

    gnu: qterminal: Update to 1.1.0.
    
    * gnu/packages/lxqt.scm (qterminal): Update to 1.1.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 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))



reply via email to

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