diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-05 23:48:39 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:00 +0800 |
commit | fe6d57fa2c727baff6873f977d4ff5e5091e18fb (patch) | |
tree | f4c8779687afee29af3f0597cef08591f795bc29 /gnu/packages/kde-frameworks.scm | |
parent | e09133f8e4c6d425bf0663d6f92a9dcc353fbe01 (diff) | |
download | guix-fe6d57fa2c727baff6873f977d4ff5e5091e18fb.tar.gz guix-fe6d57fa2c727baff6873f977d4ff5e5091e18fb.zip |
gnu: kcodecs: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.3.0.
[inputs]: Remove qtbase-5; add qtbase.
[native-inputs]: Remove qttools-5; add qttools.
Change-Id: I8444feaa9510d313c769b766c1d22e4e6b735467
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 54785b91db..c44e9a3449 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -535,7 +535,7 @@ and the older vCalendar.") (define-public kcodecs (package (name "kcodecs") - (version "5.114.0") + (version "6.3.0") (source (origin (method url-fetch) (uri (string-append @@ -544,10 +544,10 @@ and the older vCalendar.") name "-" version ".tar.xz")) (sha256 (base32 - "080zvcqd8iq05p5x3qaf3rryx75lg2l2j1dr18sp50ir50zfwh2w")))) + "1v665sr76020yix4f2kkwrjz46lh0jyc4wdrzr1xairxzhd560k9")))) (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)) + (inputs (list qtbase)) (home-page "https://community.kde.org/Frameworks") (synopsis "String encoding and manipulating library") (description "KCodecs provide a collection of methods to manipulate |