guix-commits
[Top][All Lists]
Advanced

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

19/28: gnu: lxqt-runner: Update to 1.2.0.


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

iyzsong pushed a commit to branch master
in repository guix.

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

    gnu: lxqt-runner: Update to 1.2.0.
    
    * gnu/packages/lxqt.scm (lxqt-runner): 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 21b310e4cf..97a8316c37 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -637,14 +637,14 @@ Qt with LXQt.")
 (define-public lxqt-runner
   (package
     (name "lxqt-runner")
-    (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 "1wfng8g28mq97ibrgpfbj353i15vdimmjp83pfqrmkddx0yvzcdv"))))
+        (base32 "0kighmlm9hqmw8h41fbmwqyy8qs06q2bbja6snw8j1a2yvz636qz"))))
     (build-system cmake-build-system)
     (inputs
      (list kwindowsystem



reply via email to

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