iyzsong pushed a commit to branch qt-team
in repository guix.

commit 71fd85bf682193a7f0e1afca9675005294faf16d
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Sun May 4 14:10:15 2025 +0800

    gnu: ktexttemplate: Update to 6.13.0.
    
    * gnu/packages/kde-frameworks.scm (ktexttemplate): Update to 6.13.0.
    
    Change-Id: Iafc627835b2b43bd2eda34ed7aaa755897927cf8
---
 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 660d3a8a47..9ebf303ab7 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4802,7 +4802,7 @@ It supports rich text as well as plain text.")
 (define-public ktexttemplate
   (package
     (name "ktexttemplate")
-    (version "6.5.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4811,7 +4811,7 @@ It supports rich text as well as plain text.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "1ih4rdp7idjc3yz7jv26qv57p49lysrndzcn6kw1gbq8zy3kyni9"))))
+                "1ncj7ww6ycgv274rwjb59pzjigrqrdz6w2wc9l8bib1qvrvcwl20"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to