1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-30 06:01:30 +02:00

gnu: ktextwidgets: Update to 6.21.0.

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

Change-Id: Ifd1db3c38fd7dea255e361f0e0cc30f1b28407a9
This commit is contained in:
Sughosha
2025-12-24 14:40:46 +05:30
parent 94632d9237
commit 1cda5179cd
+2 -2
View File
@@ -4428,7 +4428,7 @@ library.")
(define-public ktextwidgets
(package
(name "ktextwidgets")
(version "6.19.0")
(version "6.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4437,7 +4437,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
"05lzh3jbq51df2bkp61dbavj6hvka9lvv29d5cfk40ygjpp4kynr"))))
"1axzzyvclysvm71j130w5g1jdvndi20my1z2msmpnaf85apyx4qw"))))
(build-system qt-build-system)
(propagated-inputs
(list ki18n sonnet))