guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit d2a9a701f63c292664b5111ac2d32f7894a6794f
Author: 宋文武 <[email protected]>
AuthorDate: Sun May 4 14:10:12 2025 +0800

    gnu: kauth: Update to 6.13.0.
    
    * gnu/packages/kde-frameworks.scm (kauth): Update to 6.13.0.
    
    Change-Id: I47001b6209bcf700af4fa7ea03d806ff9072a365
---
 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 c9a6241bdf..104c5d3650 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2233,7 +2233,7 @@ with other frameworks.")
 (define-public kauth
   (package
     (name "kauth")
-    (version "6.10.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2242,7 +2242,7 @@ with other frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1209y4fnsrb1alwkhbd80ybqrsx12cjvwcbj967a8adij4dn09dy"))))
+                "1mnqm0amdyg2x6mg7f2q9z7rsa3y5zq1grxzr2cz936q51wg0fx3"))))
     (build-system cmake-build-system)
     (native-inputs
      (list dbus extra-cmake-modules qttools))

Reply via email to