guix-commits
[Top][All Lists]
Advanced

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

12/28: gnu: lxqt-globalkeys: Update to 1.2.0.


From: guix-commits
Subject: 12/28: gnu: lxqt-globalkeys: 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 e67f3e0e071d4c8dfee244607e92d5f0b5202010
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon Nov 28 11:14:00 2022 +0800

    gnu: lxqt-globalkeys: Update to 1.2.0.
    
    * gnu/packages/lxqt.scm (lxqt-globalkeys): 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 ab1c422354..31c5cef864 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -393,7 +393,7 @@ configuration of both LXQt and the underlying operating 
system.")
 (define-public lxqt-globalkeys
   (package
     (name "lxqt-globalkeys")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
@@ -401,7 +401,7 @@ configuration of both LXQt and the underlying operating 
system.")
                            "releases/download/" version "/"
                            "lxqt-globalkeys-" version ".tar.xz"))
        (sha256
-        (base32 "0bbw85aa59w0qnvkdggm3hbacps6yfcvcrs32d34mvvhc7d6g04l"))))
+        (base32 "1s49b8kly027f3amxcf2bx8id3jmmrl8365x7676bd8x2g5v3va2"))))
     (build-system cmake-build-system)
     (inputs
      (list kwindowsystem



reply via email to

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