gnu: kdoctools: Update to 6.5.0.

* gnu/packages/kde-frameworks.scm (kdoctools): Update to 6.5.0.

Change-Id: Iff4405d58d25e0669833d2e06e391641aa33935b
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:53 +08:00
parent 18c3e5619c
commit e3a1009a20
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2425,7 +2425,7 @@ (define-public kcrash-5
(define-public kdoctools
(package
(name "kdoctools")
(version "6.4.0")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2434,7 +2434,7 @@ (define-public kdoctools
name "-" version ".tar.xz"))
(sha256
(base32
"1hjds93czk201k8hah4skrzplmfk94qyps2cb3aaz30i0zwi5qb3"))))
"1p81c2m5svhdjv97097q9wf3xhz014vjqh8hcg6587pf4bi1l7kq"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))