guix-commits
[Top][All Lists]
Advanced

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

18/28: gnu: lxqt-qtplugin: Update to 1.2.0.


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

iyzsong pushed a commit to branch master
in repository guix.

commit 15f98b84d8fddbebf2724d87669491707640c774
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon Nov 28 11:14:00 2022 +0800

    gnu: lxqt-qtplugin: Update to 1.2.0.
    
    * gnu/packages/lxqt.scm (lxqt-qtplugin): 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 70aa26b0a7..21b310e4cf 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -600,14 +600,14 @@ when laptop batteries are low on power.")
 (define-public lxqt-qtplugin
   (package
     (name "lxqt-qtplugin")
-    (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 "1zw79lnm35gj3dyd4vlnk08n1lnr8391n36nbn81d0fgmvs21yx4"))))
+        (base32 "06cdx4fffggk2wjfpi8zlbkiapmbqq2qsz25cngg4kqznq0kayb3"))))
     (build-system cmake-build-system)
     (inputs
      (list libdbusmenu-qt



reply via email to

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