z572 pushed a commit to branch kde-team
in repository guix.
commit 78bf33d4136d257480f934f15f1f4654a239e536
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 20 00:24:46 2024 +0800
gnu: ksyntaxhighlighting: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 6.4.0.
Change-Id: I223b8fe5fe8cc1b106f5af316e9399ab977da97a
---
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 b44f702785..71c706e890 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1462,7 +1462,7 @@ re-coloring and on-disk caching.")
(define-public ksyntaxhighlighting
(package
(name "ksyntaxhighlighting")
- (version "6.3.0")
+ (version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1471,7 +1471,7 @@ re-coloring and on-disk caching.")
"syntax-highlighting-" version ".tar.xz"))
(sha256
(base32
- "117r5nsggqnlkd8mg9l2aa00q2ns891xadxl6vxgbgk9r4shlc1q"))))
+ "018mqn4a5bgb841jj2ghrj5fadydnbk7ldcd3dzr7550gkx5m0hz"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl qttools))