diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-06 01:36:21 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:03 +0800 |
commit | 0d620724a2feb78dc58bb0ea7024adfad5853a7f (patch) | |
tree | 8257d23f4a0e618ae529be78b49f47e81f209bcf /gnu/packages | |
parent | 97f89841e08e226032f16108a3e147426e5d2faa (diff) | |
download | guix-0d620724a2feb78dc58bb0ea7024adfad5853a7f.tar.gz guix-0d620724a2feb78dc58bb0ea7024adfad5853a7f.zip |
gnu: kded: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.3.0.
[inputs]: Remove qtbase-5; add qtbase.
Change-Id: I284268059076c265d448a7b794e76d74af304ddc
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index a19dd9ba23..17db848a48 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2460,7 +2460,7 @@ that offer bindings to some of the Frameworks.") (define-public kded (package (name "kded") - (version "5.114.0") + (version "6.3.0") (source (origin (method url-fetch) (uri (string-append @@ -2469,7 +2469,7 @@ that offer bindings to some of the Frameworks.") name "-" version ".tar.xz")) (sha256 (base32 - "00n4isc4ahii0ldrg761lkmnq27kmrfqs9zkmpvmgbg57259mvc3")))) + "0j2y4gk7vaqwia8kpk2glfch84rpwrcbjfksvw9bmdhip9ffbcyl")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -2480,7 +2480,7 @@ that offer bindings to some of the Frameworks.") kdbusaddons kdoctools kservice - qtbase-5)) + qtbase)) (home-page "https://community.kde.org/Frameworks") (synopsis "Central daemon of KDE work spaces") (description "KDED stands for KDE Daemon. KDED runs in the background and |