guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 261906411e6ecd0803b13d0737ca325911ef2522
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:10 2025 +0530
gnu: ktexttemplate: Update to 6.18.0.
* gnu/packages/kde-frameworks.scm (ktexttemplate): Update to 6.18.0.
Change-Id: I615dcf089cf6b4c47154ea7884b8ff8da20f5758
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 1e5aa4f736..a4cc8c891e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4843,7 +4843,7 @@ It supports rich text as well as plain text.")
(define-public ktexttemplate
(package
(name "ktexttemplate")
- (version "6.16.0")
+ (version "6.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4852,7 +4852,7 @@ It supports rich text as well as plain text.")
version ".tar.xz"))
(sha256
(base32
- "1dgr81p3lahllw624y2930k5g3gkg3z3sgaif9hxqc80i4dcz00q"))))
+ "01kyyd07qap0mjbp4h1mjzffypi7x3yj8zgvzvkc1vd86mf51dnb"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))