~ruther/guix-local

a1bbe3aa81e97cfbdc8dcc0420dc50811315f430 — Maxim Cournoyer 7 months ago d8d8637
gnu: polkit-kde-agent: Update to 6.3.6.

* gnu/packages/kde-plasma.scm (polkit-kde-agent): Update to 6.3.6.

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

M gnu/packages/kde-plasma.scm
M gnu/packages/kde-plasma.scm => gnu/packages/kde-plasma.scm +2 -2
@@ 3068,14 3068,14 @@ hardware management, and a high degree of customizability.")
(define-public polkit-kde-agent
  (package
    (name "polkit-kde-agent")
    (version "6.3.4")
    (version "6.3.6")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/plasma/" version "/"
                                  name "-1-" version ".tar.xz"))
              (sha256
               (base32
                "1ky4k1z24r6rbx3bg69w609nbdcnwzjpajm1xmhgr8li4khgd5x7"))))
                "0y16kpj8gvygpgmi0r4ca8k2sbjlld0kdibhm4vsfg8lvylwr3fl"))))
    (build-system qt-build-system)
    (arguments (list #:qtbase qtbase
                     #:tests? #f))