1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: threadweaver: Update to 6.23.0.

* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.23.0.

Change-Id: I90c02d6b2340adfc85ede27ced8aa65a310f0cbf
This commit is contained in:
Sughosha
2026-03-03 21:57:20 +05:30
parent 2e21984b91
commit 98afc8df18

View File

@@ -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))