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

commit 4dae4629ecf61dc013b29e2bb57649b10b11b78f
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:43 2026 +0530

    gnu: kauth: Update to 6.24.0.
    
    * gnu/packages/kde-frameworks.scm (kauth): Update to 6.24.0.
    
    Change-Id: Icd6752f9734c136e4faea5f233bbee2e4e6485f4
---
 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 15aba5b486..3cdeae08f7 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2190,7 +2190,7 @@ with other frameworks.")
 (define-public kauth
   (package
     (name "kauth")
-    (version "6.23.0")
+    (version "6.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2199,7 +2199,7 @@ with other frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "16jyxfzzifwv8y6mpqm6li50qn570pah8rd28v1jcnpcpyf6j036"))
+                "0k1qdzpb46zmjf10gcnwprfdgqw7wjdipn3dz0vb69154xz6d5pm"))
               (modules '((guix build utils)))
               ;; Make packages using kauth put their policy files and helpers
               ;; into their own prefix.

Reply via email to