mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ksyntaxhighlighting: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 6.13.0. Change-Id: Id6476e604a1b55b8a20248416813768f5ce62687
This commit is contained in:
parent
fa34d9e53d
commit
9c4e0c5162
1 changed files with 2 additions and 2 deletions
|
@ -1480,7 +1480,7 @@ re-coloring and on-disk caching.")
|
||||||
(define-public ksyntaxhighlighting
|
(define-public ksyntaxhighlighting
|
||||||
(package
|
(package
|
||||||
(name "ksyntaxhighlighting")
|
(name "ksyntaxhighlighting")
|
||||||
(version "6.10.0")
|
(version "6.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1489,7 +1489,7 @@ re-coloring and on-disk caching.")
|
||||||
"syntax-highlighting-" version ".tar.xz"))
|
"syntax-highlighting-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"168ni5iji3dcdpyffc2qhdgjkczwdmhdal80psamrg17zx1y7ddm"))))
|
"03a50rl86flg3av4wxjk690sr7fc9vqrfd413ljwgqfnhsw9pwfn"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules perl qttools))
|
(list extra-cmake-modules perl qttools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue