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
|
||||
(package
|
||||
(name "ktexteditor")
|
||||
(version "6.5.0")
|
||||
(version "6.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -4650,7 +4650,7 @@ (define-public ktexteditor
|
|||
"ktexteditor-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hdqvfc5p7hlm4m3ng54w9q5bq8zz6rdmhlr75zn4swclrsqifwv"))))
|
||||
"17qb30ddqjzrf8nqxd78kvw6mhb0c3w7jb2yfy1yyz3kp3zc901z"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kparts
|
||||
|
|
Loading…
Reference in a new issue