guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 64c372c1b8d950c21fccbfde6297e61667b135ef
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:26 2025 +0800
gnu: threadweaver: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.10.0.
Change-Id: Ie6c220f06d8e4de5104a4fe4f38d523453edcddb
---
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 bd30d10f8f..20e7e7ad9c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2096,7 +2096,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
(package
(name "threadweaver")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2105,7 +2105,7 @@ ASpell and HUNSPELL.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1s5x42xpshylwl5bgna785d0plwwzf770akv7x5bz3j3dj9x0w5f"))))
+ "115v0sqjwd90xw7bwwmr080922hafq1ya7ifb8vrmync6dm66shk"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))