~ruther/guix-local

efd29a782739116aef8eeffc044c15b0a9107295 — Sughosha 4 months ago 05443d2
gnu: threadweaver: Update to 6.19.0.

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

Change-Id: I4251b1cf43eb29c49c1afb305634abe269c26956
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 2164,7 2164,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
  (package
    (name "threadweaver")
    (version "6.18.0")
    (version "6.19.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 2173,7 2173,7 @@ ASpell and HUNSPELL.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "0y1jks3grbiqbg1h1vkvbz35fmv5fzfzmzx0czph94wv1g4z9rx6"))))
                "188d0w895pxf7gdqbw4p7yj47v82xpzaxmzywj67l1ibwsvd1m6q"))))
    (build-system cmake-build-system)
    (native-inputs (list extra-cmake-modules))
    (inputs (list qtbase))