guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 0fc3051c0a84fb1fda9dee8d68b06dab72c33c31
Author: Zheng Junjie <[email protected]>
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 2b00301675..656f8ea5fe 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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))