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

commit 3fb363e04bbcb9b36a50950ab965d430af4576ae
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:34 2025 +0530

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

Reply via email to