~ruther/guix-local

58845426043828b41e02963db37e201354fa02f6 — Sughosha 9 months ago 39eb143
gnu: threadweaver: Update to 6.18.0.

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

Change-Id: I9dd3c6bb31e26aa5081db4506221e3b02e9e7913
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
@@ 2165,7 2165,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
  (package
    (name "threadweaver")
    (version "6.16.0")
    (version "6.18.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


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