gnu: ktextwidgets: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (ktextwidgets): Update to 5.27.0.
This commit is contained in:
David Craven 2016-10-29 18:48:28 +02:00
parent b0791cf9aa
commit f07f67093d
No known key found for this signature in database
GPG key ID: C5E051C79C0BECDB

View file

@ -2555,16 +2555,16 @@ (define-public ktexteditor
(define-public ktextwidgets
(package
(name "ktextwidgets")
(version "5.24.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"1q10xav2gkii6s3m31c9xvxf1988l7k2lpib6pyhgsidflmwjm02"))))
(version "5.27.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"0aq2qx64wylxj5q5sr0dxv9h8bmn725llxyi7iwz31dg2ngfr7m4"))))
(build-system cmake-build-system)
(propagated-inputs
`(("ki18n" ,ki18n)