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

commit 3c315beac9ca6a6ea4aabe3a77190115d19ba19f
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:05 2026 +0530

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

Reply via email to