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 @@ (define-public sonnet
(define-public threadweaver
(package
(name "threadweaver")
(version "5.98.0")
(version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1480,7 +1480,7 @@ (define-public threadweaver
name "-" version ".tar.xz"))
(sha256
(base32
"1pwinpz5kscx64kc7dn4qf76m64kxzp92zjk8j2a2s1mx0s0vk2s"))))
"094nfqbhgg8yfri7fghn8dkjdf1k5iccshj0ns2b30snw87w8b29"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))