guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 0a376af9122b632b08effc5d2cdd0cc499848a7f Author: 宋文武 <[email protected]> AuthorDate: Sun May 4 14:10:09 2025 +0800 gnu: kcodecs: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.13.0. Change-Id: I9718f3ec60b153650357ac4e0dbf83d3c210cbe0 --- 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 0022227c7c..b3b092718e 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -605,7 +605,7 @@ and the older vCalendar.") (define-public kcodecs (package (name "kcodecs") - (version "6.10.0") + (version "6.13.0") (source (origin (method url-fetch) (uri (string-append @@ -614,7 +614,7 @@ and the older vCalendar.") name "-" version ".tar.xz")) (sha256 (base32 - "1821467i6k6by8fyw4ypw1pg8gi3dqlaqy7wnrkws0l5n7xky64n")))) + "10i029p1fcsplj3psvgjc3gg81r1adcka7mklbk6l0hdjxfy1pfx")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules gperf qttools)) (inputs (list qtbase))
