~ruther/guix-local

eb250e1db9294a75931139ca230ce709238ee261 — 宋文武 4 months ago e1e2c35
gnu: lxqt-policykit: Update to 2.3.0.

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

Change-Id: Ia15547ffe3ee276d162fb22bb6ea68a0b38de230
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/lxqt.scm
M gnu/packages/lxqt.scm => gnu/packages/lxqt.scm +2 -2
@@ 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))