me
/
guix
Archived
1
0
Fork 0

gnu: ktextwidgets: Update to 5.114.0.

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

Change-Id: Ieb159a19037880f38d10592d55e2d47aa27d8d7c
master
Maxim Cournoyer 2024-01-18 11:33:30 -05:00
parent 7fc3675845
commit 2ce93c34b2
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -3222,7 +3222,7 @@ library.")
(define-public ktextwidgets
(package
(name "ktextwidgets")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3231,7 +3231,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
"1qz1ayrrqxarhx4h24ym2hm8gkjskgdi268jv16yvd33b122fv2c"))))
"0w1wwyd3fy351rmkhf3i55is5031j2zxvswm0b1sb3pd159v888v"))))
(build-system qt-build-system)
(propagated-inputs
(list ki18n sonnet))