gnu: ktexteditor: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (ktexteditor): Update to 5.114.0. Change-Id: Ib2d04eb6f6ffa2fc4d89e79e49f782270e2d07f9master
parent
a9c8b5cb2a
commit
7fc3675845
|
@ -3145,7 +3145,7 @@ types or handled by application specific code.")
|
||||||
(define-public ktexteditor
|
(define-public ktexteditor
|
||||||
(package
|
(package
|
||||||
(name "ktexteditor")
|
(name "ktexteditor")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3154,7 +3154,7 @@ types or handled by application specific code.")
|
||||||
"ktexteditor-" version ".tar.xz"))
|
"ktexteditor-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0raz9h9y7zfynvacg4grwj0sd4v6w2kwpjkirvjr14zmfjq92mif"))))
|
"06amzk6290imi2gj3v1k3f56zdlad7zbz4wwlf34v4iibj9mfgw8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kparts
|
(list kparts
|
||||||
|
|
Reference in New Issue