mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ksyntaxhighlighting: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 6.10.0. Change-Id: Iaa215355e12c1c035dd9ba6300975b5ddb91616b
This commit is contained in:
parent
3102cad2de
commit
3ecae3532f
1 changed files with 2 additions and 2 deletions
|
@ -1469,7 +1469,7 @@ re-coloring and on-disk caching.")
|
|||
(define-public ksyntaxhighlighting
|
||||
(package
|
||||
(name "ksyntaxhighlighting")
|
||||
(version "6.5.0")
|
||||
(version "6.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1478,7 +1478,7 @@ re-coloring and on-disk caching.")
|
|||
"syntax-highlighting-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0y6330pzmm5p6f6x3kdfvgk5m8cl01i3ikisrmb7w9m3a7fq661y"))))
|
||||
"168ni5iji3dcdpyffc2qhdgjkczwdmhdal80psamrg17zx1y7ddm"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules perl qttools))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue