gnu: kapidox: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (kapidox): Update to 6.10.0.

Change-Id: I4ba0cfdff7abb9740b2702fbe4c0010d5684a169
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:20 +08:00 committed by Zheng Junjie
parent 25a42bf910
commit a7e0c7bb24
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -463,7 +463,7 @@ It is the default icon theme for the KDE Plasma desktop.")
(define-public kapidox (define-public kapidox
(package (package
(name "kapidox") (name "kapidox")
(version "6.5.0") (version "6.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -472,7 +472,7 @@ It is the default icon theme for the KDE Plasma desktop.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"18d3c2c9si71hic816gkdhayabi0sa5b874hk1wrhx0l44i2ym7j")))) "1i3l568njv4q51qx4fs6fni0wl9pbm9ff793vdla7y5dhx31r1z2"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list #:tests? #f ; test need network (list #:tests? #f ; test need network