gnu: threadweaver: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.3.0. [inputs]: Remove qtbase-5; add qtbase. Change-Id: I7493b50ec5b5f518be9c59ff9170b9bb056d4d95
This commit is contained in:
parent
86b3aa638d
commit
33e0d691a5
@ -1517,7 +1517,7 @@ ASpell and HUNSPELL.")
|
||||
(define-public threadweaver
|
||||
(package
|
||||
(name "threadweaver")
|
||||
(version "5.114.0")
|
||||
(version "6.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
@ -1526,12 +1526,10 @@ ASpell and HUNSPELL.")
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1y07g58w6z3i11y3djg3aaxanhp9hzaciq61l4dn1gqwghn09xgh"))))
|
||||
"04yrywhjhlyf1ha3w6rmaszyb28j91lc9j55frxrdmhqk67iy841"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list qtbase-5))
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list qtbase))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Helper for multithreaded programming")
|
||||
(description "ThreadWeaver is a helper for multithreaded programming. It
|
||||
|
Loading…
x
Reference in New Issue
Block a user