guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit bb88c4e65d25158ee2b556400df3690e3e2ad052
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:51 2025 +0530
gnu: ktextwidgets: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (ktextwidgets): Update to 6.19.0.
Change-Id: Ifd77be6bac31ea8365e7cb4f96a97d1fe9e4686a
---
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 e79686a74d..fd30094d51 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4535,7 +4535,7 @@ library.")
(define-public ktextwidgets
(package
(name "ktextwidgets")
- (version "6.18.0")
+ (version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4544,7 +4544,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1pwf7n14xb6aci94s95bqamdf56gwikaw78y44s5rfg80rl17yws"))))
+ "05lzh3jbq51df2bkp61dbavj6hvka9lvv29d5cfk40ygjpp4kynr"))))
(build-system qt-build-system)
(propagated-inputs
(list ki18n sonnet))