gnu: kapidox: Update to 6.16.0.

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

Change-Id: Icff016ba0213f32917a9d9990f3afeb2fc1cbe0b
This commit is contained in:
Zheng Junjie 2025-07-23 19:00:40 +08:00
parent ae142f5130
commit d7e84618ce
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -497,7 +497,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.13.0") (version "6.16.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -506,7 +506,7 @@ It is the default icon theme for the KDE Plasma desktop.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0c9nrf9a7wbsxig4mrnibyq3d4hfcam5vy65r3s4ff8v2fk0fvgk")))) "06yfql6pfjnn6h8ax7r4i4qs3n3qqcsccp7q61hfddbl6cn6mliw"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list #:tests? #f ; test need network (list #:tests? #f ; test need network