From e7bdc6b56d72822209c69b1193846eab52a9ba6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Mon, 28 Nov 2022 11:14:00 +0800 Subject: [PATCH] gnu: lxqt-policykit: Update to 1.2.0. * gnu/packages/lxqt.scm (lxqt-policykit): 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 e27c60d845..2f20ff0066 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -538,14 +538,14 @@ of other programs.") (define-public lxqt-policykit (package (name "lxqt-policykit") - (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 "150ggcfprascnwgsz721vnmay9cbar9annlhp6h2yzkl69iyc49r")))) + (base32 "01wyqhrapim0pzkghr54g0z8drhlmcszwpb6p8qfqds90k1vq6gc")))) (build-system cmake-build-system) (inputs (list kwindowsystem -- 2.20.1