me
/
guix
Archived
1
0
Fork 0

gnu: ktextwidgets: Update to 6.4.0.

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

Change-Id: I6f799bbc6f1636737c022dc12cf104a1e961f0bf
master
Zheng Junjie 2024-07-20 00:24:53 +08:00
parent dc79994224
commit daef40a374
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -4737,7 +4737,7 @@ library.")
(define-public ktextwidgets
(package
(name "ktextwidgets")
(version "6.3.0")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -4746,7 +4746,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
"0piqskblzi79wmza9z9qh0hc9vsihp5jdxsv7kspymdswspbb7wy"))))
"0w6f7wfqvrb85bqjfrvcg96pf4skvnyzfmahbv9l96fy3936kg08"))))
(build-system qt-build-system)
(propagated-inputs
(list ki18n sonnet))