mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: ktexteditor: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (ktexteditor): Update to 6.10.0. Change-Id: Ibfb92b5f2fc51bb3299b03e2a245fadc09a3dd24
This commit is contained in:
parent
925f9f608c
commit
31642d6619
1 changed files with 2 additions and 2 deletions
|
@ -4641,7 +4641,7 @@ (define-public kstatusnotifieritem
|
||||||
(define-public ktexteditor
|
(define-public ktexteditor
|
||||||
(package
|
(package
|
||||||
(name "ktexteditor")
|
(name "ktexteditor")
|
||||||
(version "6.5.0")
|
(version "6.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4650,7 +4650,7 @@ (define-public ktexteditor
|
||||||
"ktexteditor-" version ".tar.xz"))
|
"ktexteditor-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hdqvfc5p7hlm4m3ng54w9q5bq8zz6rdmhlr75zn4swclrsqifwv"))))
|
"17qb30ddqjzrf8nqxd78kvw6mhb0c3w7jb2yfy1yyz3kp3zc901z"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kparts
|
(list kparts
|
||||||
|
|
Loading…
Reference in a new issue