mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: kcodecs: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 5.114.0. Change-Id: I327331ff38b1577a754b67acc508d7b7efb346ff
This commit is contained in:
parent
32f97bc7eb
commit
9a74513573
1 changed files with 2 additions and 2 deletions
|
@ -531,7 +531,7 @@ (define-public kcalendarcore
|
|||
(define-public kcodecs
|
||||
(package
|
||||
(name "kcodecs")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -540,7 +540,7 @@ (define-public kcodecs
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12vav9ncxcf0vpmfp7wps91ax7azrwaxhqdq8z52vcyl0rvgy341"))))
|
||||
"080zvcqd8iq05p5x3qaf3rryx75lg2l2j1dr18sp50ir50zfwh2w"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules gperf qttools-5))
|
||||
(inputs (list qtbase-5))
|
||||
|
|
Loading…
Reference in a new issue