summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2026-01-01 11:00:25 +0800
committer宋文武 <iyzsong@member.fsf.org>2026-01-02 09:30:09 +0800
commiteb250e1db9294a75931139ca230ce709238ee261 (patch)
tree095386e40e0571ce73cc3878cb6dc53667a3060c /gnu
parente1e2c353e7d0d7147c08ca2c9e3e2beff1a1a660 (diff)
gnu: lxqt-policykit: Update to 2.3.0.
* gnu/packages/lxqt.scm (lxqt-policykit): Update to 2.3.0. Change-Id: Ia15547ffe3ee276d162fb22bb6ea68a0b38de230
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lxqt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 1b26e108d4..bd2b6df54e 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -564,14 +564,14 @@ possible for applications to export and import their menus over DBus.")
(define-public lxqt-policykit
(package
(name "lxqt-policykit")
- (version "2.2.0")
+ (version "2.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "07lsfnpix9lr4nqlwipld2d02030921ssk6w77iqa81zy1c2v1yr"))))
+ (base32 "1prc6pp1h792s8llz98kg40swf3vq2idxb0281naq3lqm93jbkvw"))))
(build-system cmake-build-system)
(inputs
(list liblxqt polkit polkit-qt6))