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