gnu: ktexttemplate: Update to 6.5.0.

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

Change-Id: I4b1138d290c2a8c2942354d4a08b2e8a4e287b46
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:57 +08:00
parent c67e623117
commit d62ab93807
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -4807,7 +4807,7 @@ (define-public ktextwidgets-5
(define-public ktexttemplate
(package
(name "ktexttemplate")
(version "6.4.0")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4816,7 +4816,7 @@ (define-public ktexttemplate
version ".tar.xz"))
(sha256
(base32
"145znvdb10jycpa0641lmr3izna5af48y79q9drfil6p1zl0yc3l"))))
"1ih4rdp7idjc3yz7jv26qv57p49lysrndzcn6kw1gbq8zy3kyni9"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))