1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

gnu: ktextwidgets: Update to 6.23.0.

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

Change-Id: If2eb1de1eadb004d6819d44b112a0243b6967c98
This commit is contained in:
Sughosha
2026-03-03 21:57:29 +05:30
parent d56724d788
commit f5443df2f3

View File

@@ -4443,7 +4443,7 @@ library.")
(define-public ktextwidgets
(package
(name "ktextwidgets")
(version "6.22.0")
(version "6.23.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4452,7 +4452,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
"1x2wxxyr2rpv2yjl1f8x2zj3x0dk2klw5skzigl52kmdqi5hjqg9"))))
"08kxwakhlfj64q82dpcx19m80jz7w5mkpm5r0ldf2v6k4xf6vwfw"))))
(build-system qt-build-system)
(propagated-inputs
(list ki18n sonnet))