~ruther/guix-local

28bf65323db30638122a04ce5f5b82a8d334e956 — Sughosha 4 months ago 5c05e53
gnu: polkit-kde-agent: Update to 6.4.5.

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

Change-Id: If1ff06112b4fc23163cddaf65aae26657033d9a4
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
@@ 3119,14 3119,14 @@ hardware management, and a high degree of customizability.")
(define-public polkit-kde-agent
  (package
    (name "polkit-kde-agent")
    (version "6.4.3")
    (version "6.4.5")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/plasma/" version "/"
                                  name "-1-" version ".tar.xz"))
              (sha256
               (base32
                "1rw2ar20i6sp2rr9cqq2gb6hmwh0c4wcb8r6b6yxr7rfl07inwr2"))))
                "00c360qwbl4anv4x14qqgk6wj73w24zcpzaslsar487mc0b7fpav"))))
    (build-system qt-build-system)
    (arguments (list #:qtbase qtbase
                     #:tests? #f))