guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit d4538db8cb47b3228e7772e4f82902cdda219608
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:02 2025 +0530
gnu: threadweaver: Update to 6.18.0.
* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.18.0.
Change-Id: I9dd3c6bb31e26aa5081db4506221e3b02e9e7913
---
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 81d0eae7c7..78e2947512 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2165,7 +2165,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
(package
(name "threadweaver")
- (version "6.16.0")
+ (version "6.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2174,7 +2174,7 @@ ASpell and HUNSPELL.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1dhl1r1mkfn74kf19lcy9qrh2wjv35f2wzvzsl6l6xzgd8kiz7g8"))))
+ "0y1jks3grbiqbg1h1vkvbz35fmv5fzfzmzx0czph94wv1g4z9rx6"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))