guix_mirror_bot pushed a commit to branch master
in repository guix.
commit aa5a83b0a2a8d00f4c1a6d998f6e00b9733a85e2
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:34 2025 +0530
gnu: ksyntaxhighlighting: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 6.21.0.
Change-Id: Ib4bbd9a0e1aac36381228a9cced7185e75a269bc
---
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 162675983b..f6dda03859 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1480,7 +1480,7 @@ re-coloring and on-disk caching.")
(define-public ksyntaxhighlighting
(package
(name "ksyntaxhighlighting")
- (version "6.19.0")
+ (version "6.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1489,7 +1489,7 @@ re-coloring and on-disk caching.")
"syntax-highlighting-" version ".tar.xz"))
(sha256
(base32
- "06dx3ln5ir397pa3zc64zw75dskdx5rj9c2l5mm97bz0pa4jx9qk"))))
+ "0ndlbng2ksfqcv8qqvbxcr8lsf7ny87i23k1hi7cv6m7pj8fclpb"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl qttools))