gnu: lxqt-policykit: Update to 2.3.0.

* gnu/packages/lxqt.scm (lxqt-policykit): Update to 2.3.0.

Change-Id: Ia15547ffe3ee276d162fb22bb6ea68a0b38de230
This commit is contained in:
宋文武 2026-01-01 11:00:25 +08:00
parent e1e2c353e7
commit eb250e1db9
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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))