guix_mirror_bot pushed a commit to branch kde-team in repository guix. commit 2e39fc4077b4b551ada32d45c037be812a094005 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 f84351e585..8d55af07a1 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2271,7 +2271,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 @@ -2280,7 +2280,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))