mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: threadweaver: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (threadweaver): Update to 6.10.0. Change-Id: Ie6c220f06d8e4de5104a4fe4f38d523453edcddb
This commit is contained in:
parent
364339574d
commit
8db888bab7
1 changed files with 2 additions and 2 deletions
|
@ -2120,7 +2120,7 @@ (define-public sonnet-5
|
|||
(define-public threadweaver
|
||||
(package
|
||||
(name "threadweaver")
|
||||
(version "6.5.0")
|
||||
(version "6.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2129,7 +2129,7 @@ (define-public threadweaver
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1s5x42xpshylwl5bgna785d0plwwzf770akv7x5bz3j3dj9x0w5f"))))
|
||||
"115v0sqjwd90xw7bwwmr080922hafq1ya7ifb8vrmync6dm66shk"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list qtbase))
|
||||
|
|
Loading…
Reference in a new issue