gnu: ktextwidgets: Update to 6.10.0.

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

Change-Id: I7fee2d3a8dd1a13e209dc6bd85c5e4804c85e7e8
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:32 +08:00 committed by Zheng Junjie
parent 8d0e9fe4f7
commit 6610980f7c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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