guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b850973bb33355d1eae9e3f41a4dda2fc69a9866
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:37 2025 +0530

    gnu: kauth: Update to 6.21.0.
    
    * gnu/packages/kde-frameworks.scm (kauth): Update to 6.21.0.
    
    Change-Id: I7666b5f080da9e13ac2e664040e94aa625b8595a
---
 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 ec27889739..b063eb93ab 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2167,7 +2167,7 @@ with other frameworks.")
 (define-public kauth
   (package
     (name "kauth")
-    (version "6.19.0")
+    (version "6.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2176,7 +2176,7 @@ with other frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "198s6z4va123k4vhnxf2wk6imnrggnlglmk3kd13l8prnyp66qzq"))
+                "16hila7vdw6v96mrd5j3kjlxkbsdbydx2pk2wfrjl31dni9xmi4s"))
               (modules '((guix build utils)))
               ;; Make packages using kauth put their policy files and helpers
               ;; into their own prefix.

Reply via email to