gnu: ksyntaxhighlighting: Update to 6.13.0.

* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 6.13.0.

Change-Id: Id6476e604a1b55b8a20248416813768f5ce62687
This commit is contained in:
宋文武 2025-05-04 14:10:11 +08:00 committed by Andreas Enge
parent fa34d9e53d
commit 9c4e0c5162
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1480,7 +1480,7 @@ re-coloring and on-disk caching.")
(define-public ksyntaxhighlighting (define-public ksyntaxhighlighting
(package (package
(name "ksyntaxhighlighting") (name "ksyntaxhighlighting")
(version "6.10.0") (version "6.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1489,7 +1489,7 @@ re-coloring and on-disk caching.")
"syntax-highlighting-" version ".tar.xz")) "syntax-highlighting-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"168ni5iji3dcdpyffc2qhdgjkczwdmhdal80psamrg17zx1y7ddm")))) "03a50rl86flg3av4wxjk690sr7fc9vqrfd413ljwgqfnhsw9pwfn"))))
(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))