guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit b115b48fe58c50eea717b5e0f978b21178a80de4
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 15:57:08 2025 +0800
gnu: threadweaver: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.16.0.
Change-Id: I65d118a738cf4346cb7061901bf484b5b4fd4a81
---
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 c207956375..23d108547f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2163,7 +2163,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
(package
(name "threadweaver")
- (version "6.13.0")
+ (version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2172,7 +2172,7 @@ ASpell and HUNSPELL.")
name "-" version ".tar.xz"))
(sha256
(base32
- "16p3jx03qldvjmqbcjqi2p6knyvs9f2p0gibk7fn6lnjkzs658b4"))))
+ "1dhl1r1mkfn74kf19lcy9qrh2wjv35f2wzvzsl6l6xzgd8kiz7g8"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))