z572 pushed a commit to branch kde-team in repository guix. commit e7a8ece54b93aa81bfc302b64a2c9a80d1f79e66 Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Thu Jun 27 01:42:15 2024 +0800
gnu: kded-6: Update to 6.3.0. * gnu/packages/kde-frameworks.scm (kded-6): Update to 6.3.0. Change-Id: Ia05bedd8260b6221cc9927b96a7291826174ac94 --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 590c3ffb0a..b012fe0aa3 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3846,7 +3846,7 @@ that offer bindings to some of the Frameworks.") (define-public kded-6 (package (name "kded") - (version "6.1.0") + (version "6.3.0") (source (origin (method url-fetch) (uri (string-append @@ -3855,7 +3855,7 @@ that offer bindings to some of the Frameworks.") name "-" version ".tar.xz")) (sha256 (base32 - "18cv25xyhs5b31mvh3k6vvzm163893ra6nvfjbd1jp4r6vr0x3di")))) + "0j2y4gk7vaqwia8kpk2glfch84rpwrcbjfksvw9bmdhip9ffbcyl")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules kdoctools-6))