gnu: threadweaver: Update to 6.5.0.

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

Change-Id: I062bab5e2ae4fed8a80462e6e0f858e509b9f381
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:52 +08:00
parent 46f1ea8837
commit 5e4a4e5ac5
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -2104,7 +2104,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
(package
(name "threadweaver")
(version "6.4.0")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2113,7 +2113,7 @@ ASpell and HUNSPELL.")
name "-" version ".tar.xz"))
(sha256
(base32
"164mq99wgpyxpb6dbimfacp1rz7mycynl0lmzpkxxs0a9rdss5x3"))))
"1s5x42xpshylwl5bgna785d0plwwzf770akv7x5bz3j3dj9x0w5f"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))