mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +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 @@ (define-public kplotting
|
|||
(define-public ksyntaxhighlighting
|
||||
(package
|
||||
(name "ksyntaxhighlighting")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1063,7 +1063,7 @@ (define-public ksyntaxhighlighting
|
|||
"syntax-highlighting-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lri80bv4i50xsd2wgyv383sqkxpav3smgk9ql5dil2n8pl219ky"))))
|
||||
"1skblg2m0sar63qrgkjsg0w9scixggm5qj7lp4gzjn4hwq6m3n63"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules perl qttools-5
|
||||
|
|
Loading…
Reference in a new issue