aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-13 14:54:50 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-20 11:50:49 +0800
commit479d4e47c145c3735f41872aec3e5d07809ad25e (patch)
treeaddf322669e4582f411267e456317dc5db8e4e18
parentfba326120dc68fce74b5d7a6ddcc775c5a2c45a0 (diff)
downloadguix-479d4e47c145c3735f41872aec3e5d07809ad25e.tar.gz
guix-479d4e47c145c3735f41872aec3e5d07809ad25e.zip
gnu: ksyntaxhighlighting: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 6.5.0. Change-Id: Icf8facba7dac6fba8f14cc55f114fa1537ff585b
-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 fe97e0be00..d6865bae9b 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.4.0")
+ (version "6.5.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
- "018mqn4a5bgb841jj2ghrj5fadydnbk7ldcd3dzr7550gkx5m0hz"))))
+ "0y6330pzmm5p6f6x3kdfvgk5m8cl01i3ikisrmb7w9m3a7fq661y"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl qttools))