me
/
guix
Archived
1
0
Fork 0

gnu: threadweaver: Update to 6.4.0.

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

Change-Id: I46062b41c4b760635fffe3abe2000075b28d5240
master
Zheng Junjie 2024-07-20 00:24:48 +08:00
parent a33dd34d85
commit 5cf561c219
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -2104,7 +2104,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
(package
(name "threadweaver")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2113,7 +2113,7 @@ ASpell and HUNSPELL.")
name "-" version ".tar.xz"))
(sha256
(base32
"04yrywhjhlyf1ha3w6rmaszyb28j91lc9j55frxrdmhqk67iy841"))))
"164mq99wgpyxpb6dbimfacp1rz7mycynl0lmzpkxxs0a9rdss5x3"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))