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

commit ea47b20e9fcf4ad146e14de59a7599aa4dd6fc7e
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:36 2026 +0530

    gnu: kapidox: Update to 6.24.0.
    
    * gnu/packages/kde-frameworks.scm (kapidox): Update to 6.24.0.
    
    Change-Id: I648433df2a14902d7b049f58fdce8fa6806e10d0
---
 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 1c1f515bb6..281edc5638 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -499,7 +499,7 @@ It is the default icon theme for the KDE Plasma desktop.")
 (define-public kapidox
   (package
     (name "kapidox")
-    (version "6.23.0")
+    (version "6.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -508,7 +508,7 @@ It is the default icon theme for the KDE Plasma desktop.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1n73ff06gmlrh4nl6bpfmarybhrkk2jip8lq0g9qmzdddcj5p154"))))
+                "0vhyzf843sv861wj639aq8x7nd0s7rl2qkzjb87a8c7bh5xaj45b"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f ; test need network

Reply via email to