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

commit 5763eba87324655e09308fdfbb9cdb13c2616de1
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:20 2025 +0800

    gnu: kapidox: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (kapidox): Update to 6.10.0.
    
    Change-Id: I4ba0cfdff7abb9740b2702fbe4c0010d5684a169
---
 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 5e8aa378ee..eb5bc01e6a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -463,7 +463,7 @@ It is the default icon theme for the KDE Plasma desktop.")
 (define-public kapidox
   (package
     (name "kapidox")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -472,7 +472,7 @@ It is the default icon theme for the KDE Plasma desktop.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "18d3c2c9si71hic816gkdhayabi0sa5b874hk1wrhx0l44i2ym7j"))))
+                "1i3l568njv4q51qx4fs6fni0wl9pbm9ff793vdla7y5dhx31r1z2"))))
     (build-system python-build-system)
     (arguments
      (list #:tests? #f ; test need network

Reply via email to