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

commit 7b615f080a8360f833a6b76376992fb8ca4957bc
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:20 2026 +0530

    gnu: kauth: Update to 6.23.0.
    
    * gnu/packages/kde-frameworks.scm (kauth): Update to 6.23.0.
    
    Change-Id: I53de18672b65167cea6dd1c80d5f0c90bbd3a78c
---
 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 fddc1d6e50..931b9cf63d 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.22.0")
+    (version "6.23.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2176,7 +2176,7 @@ with other frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "17vhn1mzb9wwbj6abk7ca2gb1fanjvxv5s0jcz6qc3180762h6yg"))
+                "16jyxfzzifwv8y6mpqm6li50qn570pah8rd28v1jcnpcpyf6j036"))
               (modules '((guix build utils)))
               ;; Make packages using kauth put their policy files and helpers
               ;; into their own prefix.

Reply via email to