diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-29 13:30:51 -0400 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-04-08 11:24:35 +0200 |
commit | 0d1cd5f1d72d1d1c4bfeb8593e19bb4e15a8827a (patch) | |
tree | dee18e21218a0bcb15975b994177ac865a4b113d /gnu | |
parent | 06adbc9a87e778e2b9ce9cd564b7712c496e0071 (diff) | |
download | guix-0d1cd5f1d72d1d1c4bfeb8593e19bb4e15a8827a.tar.gz guix-0d1cd5f1d72d1d1c4bfeb8593e19bb4e15a8827a.zip |
gnu: kcodecs: Update to 5.104.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 5.104.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index ad7bd484a5..3dbce00d36 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -523,7 +523,7 @@ and the older vCalendar.") (define-public kcodecs (package (name "kcodecs") - (version "5.98.0") + (version "5.104.0") (source (origin (method url-fetch) (uri (string-append @@ -532,12 +532,10 @@ and the older vCalendar.") name "-" version ".tar.xz")) (sha256 (base32 - "0n10r7s9r25xp7vlym41qi421kld00niig73yark7yghj0r41jcz")))) + "0swxj2kr37pnwdxsipfii8q02g58lvm9lsh4kflqgfjyhvv0kjby")))) (build-system cmake-build-system) - (native-inputs - (list extra-cmake-modules gperf qttools-5)) - (inputs - (list qtbase-5)) + (native-inputs (list extra-cmake-modules gperf qttools-5)) + (inputs (list qtbase-5)) (home-page "https://community.kde.org/Frameworks") (synopsis "String encoding and manipulating library") (description "KCodecs provide a collection of methods to manipulate |