gnu: kcodecs: Update to 5.104.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 5.104.0.
This commit is contained in:
parent
06adbc9a87
commit
0d1cd5f1d7
1 changed files with 4 additions and 6 deletions
|
@ -523,7 +523,7 @@ (define-public kcalendarcore
|
||||||
(define-public kcodecs
|
(define-public kcodecs
|
||||||
(package
|
(package
|
||||||
(name "kcodecs")
|
(name "kcodecs")
|
||||||
(version "5.98.0")
|
(version "5.104.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -532,12 +532,10 @@ (define-public kcodecs
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n10r7s9r25xp7vlym41qi421kld00niig73yark7yghj0r41jcz"))))
|
"0swxj2kr37pnwdxsipfii8q02g58lvm9lsh4kflqgfjyhvv0kjby"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs (list extra-cmake-modules gperf qttools-5))
|
||||||
(list extra-cmake-modules gperf qttools-5))
|
(inputs (list qtbase-5))
|
||||||
(inputs
|
|
||||||
(list qtbase-5))
|
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "String encoding and manipulating library")
|
(synopsis "String encoding and manipulating library")
|
||||||
(description "KCodecs provide a collection of methods to manipulate
|
(description "KCodecs provide a collection of methods to manipulate
|
||||||
|
|
Loading…
Reference in a new issue