mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: threadweaver: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.21.0. Change-Id: I49769cdc5ff1f613c9a40ed8b959508f2a413edd
This commit is contained in:
parent
98291292bf
commit
cc072f1954
1 changed files with 2 additions and 2 deletions
|
|
@ -2091,7 +2091,7 @@ ASpell and HUNSPELL.")
|
|||
(define-public threadweaver
|
||||
(package
|
||||
(name "threadweaver")
|
||||
(version "6.19.0")
|
||||
(version "6.21.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -2100,7 +2100,7 @@ ASpell and HUNSPELL.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"188d0w895pxf7gdqbw4p7yj47v82xpzaxmzywj67l1ibwsvd1m6q"))))
|
||||
"1r84gwbxqb1s1sxvx6rrfxq084z5jrfk9n40grlz2ad35ir98vrx"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list qtbase))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue