gnu: ktextwidgets: Update to 6.16.0.

* gnu/packages/kde-frameworks.scm (ktextwidgets): Update to 6.16.0.

Change-Id: I5d2ad2e53e28f779abc90566c9a7979a0db207b7
This commit is contained in:
Zheng Junjie 2025-07-23 18:48:39 +08:00
parent 01980effdf
commit 1ff32d6fd7
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -4795,7 +4795,7 @@ library.")
(define-public ktextwidgets
(package
(name "ktextwidgets")
(version "6.13.0")
(version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4804,7 +4804,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
"0bnz3ryxsxsnvgyq9vvynr11rdbp167mgr5gmbzhjzr45gq9pwhz"))))
"189fl1q95aw10lkpnhzzsmnrmadf47qhhbsm5rzv38985khqlwfb"))))
(build-system qt-build-system)
(propagated-inputs
(list ki18n sonnet))