guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit e06c00b714325c2132bed2350030dcc36880824e
Author: Zheng Junjie <z572@z572.online>
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 cda0d231a6..1f3e496155 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.13.0")
+    (version "6.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -614,7 +614,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))

Reply via email to