1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 22:35:57 +02:00

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
committed by Zheng Junjie
parent 33614dfab4
commit 64c372c1b8
+2 -2
View File
@@ -2096,7 +2096,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
(package
(name "threadweaver")
(version "6.5.0")
(version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2105,7 +2105,7 @@ ASpell and HUNSPELL.")
name "-" version ".tar.xz"))
(sha256
(base32
"1s5x42xpshylwl5bgna785d0plwwzf770akv7x5bz3j3dj9x0w5f"))))
"115v0sqjwd90xw7bwwmr080922hafq1ya7ifb8vrmync6dm66shk"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))