me
/
guix
Archived
1
0
Fork 0

gnu: ktextwidgets: Update to 5.108.0.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-13 01:50:03 +08:00 committed by 宋文武
parent 2c4bcc9f8f
commit a9b59c032b
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -3132,7 +3132,7 @@ library.")
(define-public ktextwidgets
(package
(name "ktextwidgets")
(version "5.98.0")
(version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3141,7 +3141,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
"14ivmpng7x9rsk3x6kyd86jabzqxgjcdrma1im44wacnvisi4llk"))))
"1qz1ayrrqxarhx4h24ym2hm8gkjskgdi268jv16yvd33b122fv2c"))))
(build-system qt-build-system)
(propagated-inputs
(list ki18n sonnet))