guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 46f19832413d0b95b09344bea04a18a0ed07aafe Author: 宋文武 <[email protected]> AuthorDate: Sun May 4 14:10:09 2025 +0800 gnu: kapidox: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (kapidox): Update to 6.13.0. Change-Id: Ie8facd9fd1e8d3f97ddee42ef7b5cfa8e5d3f711 --- 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 e6e338e5c4..a14acfc95f 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -470,7 +470,7 @@ It is the default icon theme for the KDE Plasma desktop.") (define-public kapidox (package (name "kapidox") - (version "6.10.0") + (version "6.13.0") (source (origin (method url-fetch) (uri (string-append @@ -479,7 +479,7 @@ It is the default icon theme for the KDE Plasma desktop.") name "-" version ".tar.xz")) (sha256 (base32 - "1i3l568njv4q51qx4fs6fni0wl9pbm9ff793vdla7y5dhx31r1z2")))) + "0c9nrf9a7wbsxig4mrnibyq3d4hfcam5vy65r3s4ff8v2fk0fvgk")))) (build-system python-build-system) (arguments (list #:tests? #f ; test need network
