gnu: threadweaver: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.4.0. Change-Id: I46062b41c4b760635fffe3abe2000075b28d5240master
parent
a33dd34d85
commit
5cf561c219
|
@ -2104,7 +2104,7 @@ ASpell and HUNSPELL.")
|
||||||
(define-public threadweaver
|
(define-public threadweaver
|
||||||
(package
|
(package
|
||||||
(name "threadweaver")
|
(name "threadweaver")
|
||||||
(version "6.3.0")
|
(version "6.4.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
|
||||||
"04yrywhjhlyf1ha3w6rmaszyb28j91lc9j55frxrdmhqk67iy841"))))
|
"164mq99wgpyxpb6dbimfacp1rz7mycynl0lmzpkxxs0a9rdss5x3"))))
|
||||||
(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))
|
||||||
|
|
Reference in New Issue