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

commit d2e7724703fef80894a7f9500a940ea5a6f95b62
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:36:56 2025 +0530

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

Reply via email to