~ruther/guix-local

c9ad5befb7cbb59a62eb3743bee3a3eec48d96a3 — Zheng Junjie 9 months ago 100183e
gnu: kauth: Update to 6.16.0.

* gnu/packages/kde-frameworks.scm (kauth): Update to 6.16.0.

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

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 2290,7 2290,7 @@ with other frameworks.")
(define-public kauth
  (package
    (name "kauth")
    (version "6.13.0")
    (version "6.16.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 2299,7 2299,7 @@ with other frameworks.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "1mnqm0amdyg2x6mg7f2q9z7rsa3y5zq1grxzr2cz936q51wg0fx3"))))
                "0qs90gbgm7jra33lxbs622djis1lk9bf6rh221zyp32yv97yiwq4"))))
    (build-system cmake-build-system)
    (native-inputs
     (list dbus extra-cmake-modules qttools))