mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 12:20:35 +01:00
gnu: ksyntaxhighlighting: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): Update to 5.114.0. Change-Id: I90d63f651f7dc16336b37431d699aed9b02e1ff5
This commit is contained in:
parent
9b3e689926
commit
c870fa0e0b
1 changed files with 2 additions and 2 deletions
|
@ -1054,7 +1054,7 @@ pixel units.")
|
||||||
(define-public ksyntaxhighlighting
|
(define-public ksyntaxhighlighting
|
||||||
(package
|
(package
|
||||||
(name "ksyntaxhighlighting")
|
(name "ksyntaxhighlighting")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1063,7 +1063,7 @@ pixel units.")
|
||||||
"syntax-highlighting-" version ".tar.xz"))
|
"syntax-highlighting-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lri80bv4i50xsd2wgyv383sqkxpav3smgk9ql5dil2n8pl219ky"))))
|
"1skblg2m0sar63qrgkjsg0w9scixggm5qj7lp4gzjn4hwq6m3n63"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules perl qttools-5
|
(list extra-cmake-modules perl qttools-5
|
||||||
|
|
Loading…
Add table
Reference in a new issue