gnu: threadweaver: Update to 6.21.0.

* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.21.0.

Change-Id: I49769cdc5ff1f613c9a40ed8b959508f2a413edd
This commit is contained in:
Sughosha 2025-12-24 14:40:36 +05:30
parent 98291292bf
commit cc072f1954
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -2091,7 +2091,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
(package
(name "threadweaver")
(version "6.19.0")
(version "6.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2100,7 +2100,7 @@ ASpell and HUNSPELL.")
name "-" version ".tar.xz"))
(sha256
(base32
"188d0w895pxf7gdqbw4p7yj47v82xpzaxmzywj67l1ibwsvd1m6q"))))
"1r84gwbxqb1s1sxvx6rrfxq084z5jrfk9n40grlz2ad35ir98vrx"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))