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

commit fa66a310214b3b89bf7ddcc25f0940d72149909b
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:57 2024 +0800

    gnu: ktexttemplate: Update to 6.5.0.
    
    * gnu/packages/kde-frameworks.scm (ktexttemplate): Update to 6.5.0.
    
    Change-Id: I4b1138d290c2a8c2942354d4a08b2e8a4e287b46
---
 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 4b09584fe9..f20faef78a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4807,7 +4807,7 @@ It supports rich text as well as plain text.")
 (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 @@ It supports rich text as well as plain text.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "145znvdb10jycpa0641lmr3izna5af48y79q9drfil6p1zl0yc3l"))))
+                "1ih4rdp7idjc3yz7jv26qv57p49lysrndzcn6kw1gbq8zy3kyni9"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to