gnu: threadweaver: Update to 5.108.0.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-12 15:10:30 +08:00 committed by 宋文武
parent 66f02cc3e0
commit 0720c4b106
No known key found for this signature in database
GPG Key ID: D415BF253B515976

View File

@ -1471,7 +1471,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver (define-public threadweaver
(package (package
(name "threadweaver") (name "threadweaver")
(version "5.98.0") (version "5.108.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1480,7 +1480,7 @@ ASpell and HUNSPELL.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1pwinpz5kscx64kc7dn4qf76m64kxzp92zjk8j2a2s1mx0s0vk2s")))) "094nfqbhgg8yfri7fghn8dkjdf1k5iccshj0ns2b30snw87w8b29"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))