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

commit 9e4dd894447f7a462dfa112555f95f46bc98b2f4
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 23 19:00:40 2025 +0800

    gnu: kapidox: Update to 6.16.0.
    
    * gnu/packages/kde-frameworks.scm (kapidox): Update to 6.16.0.
    
    Change-Id: Icff016ba0213f32917a9d9990f3afeb2fc1cbe0b
---
 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 3ab4f474b8..5923633fdb 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -494,7 +494,7 @@ It is the default icon theme for the KDE Plasma desktop.")
 (define-public kapidox
   (package
     (name "kapidox")
-    (version "6.13.0")
+    (version "6.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -503,7 +503,7 @@ It is the default icon theme for the KDE Plasma desktop.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0c9nrf9a7wbsxig4mrnibyq3d4hfcam5vy65r3s4ff8v2fk0fvgk"))))
+                "06yfql6pfjnn6h8ax7r4i4qs3n3qqcsccp7q61hfddbl6cn6mliw"))))
     (build-system python-build-system)
     (arguments
      (list #:tests? #f ; test need network

Reply via email to