guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 88091d2fc89db38a1e705aa4d1822a127527a501
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:47 2025 +0530
gnu: ktexttemplate: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (ktexttemplate): Update to 6.21.0.
Change-Id: I1eff2c3a49c30db6958dbdcb79ced22f616c02e0
---
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 a8228b9f15..6e69581e3c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4498,7 +4498,7 @@ It supports rich text as well as plain text.")
(define-public ktexttemplate
(package
(name "ktexttemplate")
- (version "6.19.0")
+ (version "6.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4507,7 +4507,7 @@ It supports rich text as well as plain text.")
version ".tar.xz"))
(sha256
(base32
- "10qwq5wv2cdvcappyw1kg4xynml85z39px1frqynldqfq8x3b1s0"))))
+ "0bbpidpwb0nlf486bjrl9hyfpgvy6l1r779657acv8wh47d6fil6"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))