From 9d8f8be570c523dadda77e6b979b42dacfd8fbfc Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Tue, 13 Aug 2024 14:54:48 +0800 Subject: [PATCH] gnu: kcalendarcore: Update to 6.5.0. * gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.5.0. Change-Id: I1fd35bdf793798565681afb6a7279c00b4ca6404 --- 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 da05266e24087dbd4cbe8dd190d402c18583a699..239af7d47b9bff76212788afd3114b5fb273682d 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -557,7 +557,7 @@ GZip format, via a subclass of QIODevice.") (define-public kcalendarcore (package (name "kcalendarcore") - (version "6.4.0") + (version "6.5.0") (source (origin (method url-fetch) (uri (string-append @@ -566,7 +566,7 @@ GZip format, via a subclass of QIODevice.") name "-" version ".tar.xz")) (sha256 (base32 - "0mxapn2vjd5n2wrsplgpjxsq0fa9hkygzhwq0gzi6q9iscg9ndb0")))) + "08pm465rmy5va17kn86mw0pxskpnw9p04a7rq9acxxhmxpsrk9bd")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules perl tzdata-for-tests))