gnu: ktextwidgets: Update to 6.13.0.

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

Change-Id: I0bda7659036c2dd16271981f4dcbda1b2a61a6e1
This commit is contained in:
宋文武 2025-05-04 14:10:15 +08:00 committed by Andreas Enge
parent d6fb9defb3
commit de98617ef5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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