guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 8a1ff4000bc25a82250b5bbc63063d76678c20c6
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 14:19:18 2025 +0800
gnu: kcodecs: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.16.0.
Change-Id: I2f04f12ee3bd143625e47e51765a4deb8ac2819a
---
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 6a3c4e3e17..0feb12e48e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -632,7 +632,7 @@ and the older vCalendar.")
(define-public kcodecs
(package
(name "kcodecs")
- (version "6.13.0")
+ (version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -641,7 +641,7 @@ and the older vCalendar.")
name "-" version ".tar.xz"))
(sha256
(base32
- "10i029p1fcsplj3psvgjc3gg81r1adcka7mklbk6l0hdjxfy1pfx"))))
+ "15g533vsbzmcn2z1mw4c4ng2g1zf7xknnv4876zk5a1shpf3rlnq"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules gperf qttools))
(inputs (list qtbase))