1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 15:25:54 +02:00

gnu: lxqt-policykit: Update to 2.2.0.

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

Change-Id: Id2c5b146324aa4feadba934b8bf716ec10f841e6
This commit is contained in:
宋文武
2025-08-23 12:36:49 +08:00
parent f583f45845
commit da63a1a73a
+2 -2
View File
@@ -562,14 +562,14 @@ possible for applications to export and import their menus over DBus.")
(define-public lxqt-policykit
(package
(name "lxqt-policykit")
(version "2.1.0")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "0h0hi7aimjhc6rn4w8wz3kmvpkx7g6bf9i1fclan7j7ic80cf160"))))
(base32 "07lsfnpix9lr4nqlwipld2d02030921ssk6w77iqa81zy1c2v1yr"))))
(build-system cmake-build-system)
(inputs
(list liblxqt polkit polkit-qt6))