mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
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:
parent
46f1ea8837
commit
5e4a4e5ac5
1 changed files with 2 additions and 2 deletions
|
@ -2104,7 +2104,7 @@ ASpell and HUNSPELL.")
|
||||||
(define-public threadweaver
|
(define-public threadweaver
|
||||||
(package
|
(package
|
||||||
(name "threadweaver")
|
(name "threadweaver")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2113,7 +2113,7 @@ ASpell and HUNSPELL.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"164mq99wgpyxpb6dbimfacp1rz7mycynl0lmzpkxxs0a9rdss5x3"))))
|
"1s5x42xpshylwl5bgna785d0plwwzf770akv7x5bz3j3dj9x0w5f"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list qtbase))
|
(inputs (list qtbase))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue