gnu: ksyntaxhighlighting: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 6.4.0. Change-Id: I223b8fe5fe8cc1b106f5af316e9399ab977da97amaster
parent
ce987efb0e
commit
2915476d96
|
@ -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))
|
||||
|
|
Reference in New Issue