guix_mirror_bot pushed a commit to branch kde-team in repository guix. commit ce021021775eb2889b532e78129181dd0464e039 Author: Zheng Junjie <z572@z572.online> AuthorDate: Mon Jul 21 16:18:05 2025 +0800
gnu: kauth: Update to 6.16.0. * gnu/packages/kde-frameworks.scm (kauth): Update to 6.16.0. Change-Id: Ia538699cea0c49a5248eedbde60b0140083e34e5 --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 11586d0425..79aaea5080 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2247,7 +2247,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 @@ -2256,7 +2256,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))