diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-03 21:57:20 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-16 07:44:03 +0530 |
| commit | 98afc8df187458ca0c5c169266e1c990fe73e605 (patch) | |
| tree | c15759f2eb35670f152fcdb01e4674349e396c44 /gnu/packages/kde-frameworks.scm | |
| parent | 2e21984b91df8f91216a93a4c87669ea71e0610c (diff) | |
gnu: threadweaver: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.23.0.
Change-Id: I90c02d6b2340adfc85ede27ced8aa65a310f0cbf
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
| -rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 8f7889a94b8..ba654a2d961 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2103,7 +2103,7 @@ ASpell and HUNSPELL.") (define-public threadweaver (package (name "threadweaver") - (version "6.22.0") + (version "6.23.0") (source (origin (method url-fetch) (uri (string-append @@ -2112,7 +2112,7 @@ ASpell and HUNSPELL.") name "-" version ".tar.xz")) (sha256 (base32 - "0asqlvi2v8pjm0qlv2hyhwfm6h1wbhidpx6yx29gbicxfw9f6l9g")))) + "02wba5hdxlxy0i7s73ihdmm79z761xyv4sars5amc4xgiw6nx0nl")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list qtbase)) |
