gnu: ktexteditor: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (ktexteditor): Update to 6.4.0. Change-Id: Ibf646cfa072dbf517333b2256ff6940e9f58bf5cmaster
parent
6aa20e7f5c
commit
dc79994224
|
@ -4615,7 +4615,7 @@ Items.")
|
||||||
(define-public ktexteditor
|
(define-public ktexteditor
|
||||||
(package
|
(package
|
||||||
(name "ktexteditor")
|
(name "ktexteditor")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4624,7 +4624,7 @@ Items.")
|
||||||
"ktexteditor-" version ".tar.xz"))
|
"ktexteditor-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xip50g976s9h6196nlgpzc1wvmyl051iyjyfjri610axgxbz7cp"))))
|
"1m6nrknkdclrx31yicvndswlm8f8pggz2s88sl2g4rlxaiwilpl2"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kparts
|
(list kparts
|
||||||
|
|
Reference in New Issue