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 | 07acbd1e403319edeae0d1e56ddff528f97861fd (patch) | |
tree | 99f87c639010cd3e29fe7cfc45b90634e844bb40 /gnu/packages | |
parent | 18545301e0a3c087c9983b42f43974ec82c629ab (diff) |
gnu: lxqt-config: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-config): Update to 1.2.0.
Diffstat (limited to 'gnu/packages')
-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 fef7fcc17a..ab1c422354 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -343,14 +343,14 @@ the operating system LXQt is running on.") (define-public lxqt-config (package (name "lxqt-config") - (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 "0f0x82qma86kjdvn08qlg0ydxh9fnqikijfhnicynxdqfnp50ia5")))) + (base32 "0h0n5an1pp3k50g4p2dxymy0lsnsh7m46gb22ndam69hdkflw71y")))) (build-system cmake-build-system) (inputs (list eudev |