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

commit 5bd5ec27c48f028061662c93f5e747b7ca0bbdce
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:42 2025 +0530

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

Reply via email to