summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2025-12-24 14:40:34 +0530
committerSughosha <sughosha@disroot.org>2026-01-30 20:53:38 +0530
commitaa5a83b0a2a8d00f4c1a6d998f6e00b9733a85e2 (patch)
tree01083bb079a5d9baab0697dbc91547ff3d16e1bf
parent98164abc95aa4f970d9d82669365ddfe51d46be1 (diff)
gnu: ksyntaxhighlighting: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 6.21.0. Change-Id: Ib4bbd9a0e1aac36381228a9cced7185e75a269bc
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 162675983b6..f6dda038596 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))