guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 3936dde10a69d25a858183b7545f8eb0684a81d6
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:24 2025 +0800
gnu: ksyntaxhighlighting: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 6.10.0.
Change-Id: Iaa215355e12c1c035dd9ba6300975b5ddb91616b
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 17b23c3b02..a5fe05880b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -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))