diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2022-11-28 11:14:00 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-11-28 11:14:00 +0800 |
commit | e67f3e0e071d4c8dfee244607e92d5f0b5202010 (patch) | |
tree | 17b86da4c5fb126593e6faf3fadb13b9629c955b /gnu | |
parent | 07acbd1e403319edeae0d1e56ddff528f97861fd (diff) | |
download | guix-e67f3e0e071d4c8dfee244607e92d5f0b5202010.tar.gz |
gnu: lxqt-globalkeys: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 1.2.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files 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 |