gnu: threadweaver: Update to 6.10.0.

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

Change-Id: Ie6c220f06d8e4de5104a4fe4f38d523453edcddb
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:26 +08:00
parent 364339574d
commit 8db888bab7
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2120,7 +2120,7 @@ (define-public sonnet-5
(define-public threadweaver
(package
(name "threadweaver")
(version "6.5.0")
(version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2129,7 +2129,7 @@ (define-public threadweaver
name "-" version ".tar.xz"))
(sha256
(base32
"1s5x42xpshylwl5bgna785d0plwwzf770akv7x5bz3j3dj9x0w5f"))))
"115v0sqjwd90xw7bwwmr080922hafq1ya7ifb8vrmync6dm66shk"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))