guix_mirror_bot pushed a commit to branch kde-team in repository guix. commit 5d622e7a003ebb35f0973663b8f47293dc35c63a Author: Zheng Junjie <z572@z572.online> AuthorDate: Mon Jul 21 14:17:04 2025 +0800
gnu: kcalendarcore: Update to 6.16.0. * gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.16.0. Change-Id: Iae7e9035b027fb9f8d3b75cb8e981eed5062d4fe --- 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 37413d1a64..cda0d231a6 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -565,7 +565,7 @@ GZip format, via a subclass of QIODevice.") (define-public kcalendarcore (package (name "kcalendarcore") - (version "6.13.0") + (version "6.16.0") (source (origin (method url-fetch) (uri (string-append @@ -574,7 +574,7 @@ GZip format, via a subclass of QIODevice.") name "-" version ".tar.xz")) (sha256 (base32 - "0h8zzakprgsbblfff1hi5fgnxggb8v525mh5mjzgkyrr3y2lll71")))) + "16xxjmx0wwzw88755vg9rlkccmc6r4cpjs5zw397qgbf6lmis7aj")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules perl tzdata-for-tests))