gnu: ktexttemplate: Update to 6.16.0.

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

Change-Id: Ibd760aa026ace275dda8175db951590f5e91a5da
This commit is contained in:
Zheng Junjie 2025-07-23 18:52:34 +08:00
parent 1ff32d6fd7
commit 647d4b09f8
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -4865,7 +4865,7 @@ It supports rich text as well as plain text.")
(define-public ktexttemplate (define-public ktexttemplate
(package (package
(name "ktexttemplate") (name "ktexttemplate")
(version "6.13.0") (version "6.16.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -4874,7 +4874,7 @@ It supports rich text as well as plain text.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1ncj7ww6ycgv274rwjb59pzjigrqrdz6w2wc9l8bib1qvrvcwl20")))) "1dgr81p3lahllw624y2930k5g3gkg3z3sgaif9hxqc80i4dcz00q"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))