guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit f23fc2523d6777e19d885fd873374c1a8a62a8f7
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:13 2026 +0530

    gnu: ktexttemplate: Update to 6.22.0.
    
    * gnu/packages/kde-frameworks.scm (ktexttemplate): Update to 6.22.0.
    
    Change-Id: I68bcbe7d9327b781c1acb631b5efd8387cbde2e4
---
 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 7eee64c72a..d6c4225944 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.21.0")
+    (version "6.22.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
-                "0bbpidpwb0nlf486bjrl9hyfpgvy6l1r779657acv8wh47d6fil6"))))
+                "0z8zizk69jgl0ala0c4x7gdj2s0rknw7bgajpmr0c7mrxn78w0sk"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to