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
|
(define-public ksyntaxhighlighting
|
||||||
(package
|
(package
|
||||||
(name "ksyntaxhighlighting")
|
(name "ksyntaxhighlighting")
|
||||||
(version "6.5.0")
|
(version "6.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1478,7 +1478,7 @@ re-coloring and on-disk caching.")
|
||||||
"syntax-highlighting-" version ".tar.xz"))
|
"syntax-highlighting-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y6330pzmm5p6f6x3kdfvgk5m8cl01i3ikisrmb7w9m3a7fq661y"))))
|
"168ni5iji3dcdpyffc2qhdgjkczwdmhdal80psamrg17zx1y7ddm"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules perl qttools))
|
(list extra-cmake-modules perl qttools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue