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 | ddd7041d9f92d38206ea7c568a448b0b77ea51b6 (patch) | |
tree | bda845730b3b272c06b5341fc744e7797f2efab2 | |
parent | 83c6883e874641c5a34cb69b99f98a69a495a5a3 (diff) | |
download | guix-ddd7041d9f92d38206ea7c568a448b0b77ea51b6.tar.gz |
gnu: lxqt-sudo: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-sudo): Update to 1.2.0.
-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 a8ef51b3f2..ba80b27dcb 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -726,14 +726,14 @@ for the LXQt desktop environment.") (define-public lxqt-sudo (package (name "lxqt-sudo") - (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 "064w40v43m91y9aywxxf2pj5rpcl4gbsgj7dv97pg4vhj9s790b8")))) + (base32 "0lx889bpadgizgca37rwll5hlxnbpqpzxnpscyc35n72vyix8m7k")))) (build-system cmake-build-system) (inputs (list kwindowsystem |