guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 27b96c9e78da75b852f26929545ada5729651acf
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:42 2025 +0530
gnu: threadweaver: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.19.0.
Change-Id: I4251b1cf43eb29c49c1afb305634abe269c26956
---
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 7ff9146c8c..088e1355da 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2164,7 +2164,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
(package
(name "threadweaver")
- (version "6.18.0")
+ (version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2173,7 +2173,7 @@ ASpell and HUNSPELL.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0y1jks3grbiqbg1h1vkvbz35fmv5fzfzmzx0czph94wv1g4z9rx6"))))
+ "188d0w895pxf7gdqbw4p7yj47v82xpzaxmzywj67l1ibwsvd1m6q"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))