From 219f27adbb06b37709f19977be3302a0c3816bb1 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Tue, 13 Aug 2024 14:54:48 +0800 Subject: [PATCH] gnu: kcodecs: Update to 6.5.0. * gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.5.0. Change-Id: I37e3aae1c5c77ac8bbff92336b98f1d03896c613 --- 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 239af7d47b9bff76212788afd3114b5fb273682d..ea0d24b1e02871791966f90f52a0e19dec04b292 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -597,7 +597,7 @@ and the older vCalendar.") (define-public kcodecs (package (name "kcodecs") - (version "6.4.0") + (version "6.5.0") (source (origin (method url-fetch) (uri (string-append @@ -606,7 +606,7 @@ and the older vCalendar.") name "-" version ".tar.xz")) (sha256 (base32 - "1m5zk3i7fm4yxlg51bhr3pm436fgjbh53i814v9ns4g86h3fg8rc")))) + "020yz5mf2rqrk6jw460br1wz3lp50d9fh0dvrld5jf8f8zsj4v79")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules gperf qttools)) (inputs (list qtbase))