me
/
guix
Archived
1
0
Fork 0

gnu: ksyntaxhighlighting: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 6.4.0.

Change-Id: I223b8fe5fe8cc1b106f5af316e9399ab977da97a
master
Zheng Junjie 2024-07-20 00:24:46 +08:00
parent ce987efb0e
commit 2915476d96
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -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))