diff options
author | Maxim Cournoyer <[email protected]> | 2023-04-13 13:45:35 -0400 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2023-04-13 13:45:35 -0400 |
commit | c02257b6d1bade6efa528271b55bf8d8ab7b0296 (patch) | |
tree | 616bad69b4bacba24c5105336bc282626fcbd114 /gnu/packages/kde-frameworks.scm | |
parent | c371555a4b46a5c9288f54753b0f158f9c4b8abc (diff) | |
parent | 0fe2c78cac19acfb46c3bc365075293e51e0e5aa (diff) |
Merge staging branch.
Conflicts resolved in:
gnu/packages/engineering.scm
gnu/packages/gnuzilla.scm
gnu/packages/photo.scm
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 10b8ac0134..3dbce00d36 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -97,7 +97,7 @@ (define-public extra-cmake-modules (package (name "extra-cmake-modules") - (version "5.98.0") + (version "5.104.0") (source (origin (method url-fetch) (uri (string-append @@ -106,7 +106,7 @@ name "-" version ".tar.xz")) (sha256 (base32 - "0669m98vqy4hpacfjs7xpgjj1bns24kjybrjipxzp82092g8y69w")))) + "1nc5ynfz903jc87xawnww3pf1y73x9jvmxnbrj24nqv6vcgv57p4")))) (build-system cmake-build-system) (native-inputs ;; Add test dependency, except on armhf where building it is too @@ -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 |