guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 9a93214e68ea5c5a50f5e9abd1270f0f36f4d35d
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:20 2026 +0530
gnu: threadweaver: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.23.0.
Change-Id: I90c02d6b2340adfc85ede27ced8aa65a310f0cbf
---
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 0afb172202..fddc1d6e50 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2094,7 +2094,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
(package
(name "threadweaver")
- (version "6.22.0")
+ (version "6.23.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2103,7 +2103,7 @@ ASpell and HUNSPELL.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0asqlvi2v8pjm0qlv2hyhwfm6h1wbhidpx6yx29gbicxfw9f6l9g"))))
+ "02wba5hdxlxy0i7s73ihdmm79z761xyv4sars5amc4xgiw6nx0nl"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))