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

commit 167eea59013c434c9cf698000cfeda14ec162930
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:35 2025 +0530

    gnu: kcodecs: Update to 6.19.0.
    
    * gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.19.0.
    
    Change-Id: If18be987b1bb3cdd00ebaeb2fa2e351e2f273628
---
 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 fb04e0ccc3..4f057f464e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -662,7 +662,7 @@ and the older vCalendar.")
 (define-public kcodecs
   (package
     (name "kcodecs")
-    (version "6.18.0")
+    (version "6.19.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -671,7 +671,7 @@ and the older vCalendar.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "09klfyz5x1sj8sanbh82y84a749np5xwmakv5h39j9jhvsddlzi4"))))
+                "1ldfcklymq4ypagmhmwp9hsp1b4im0q6vkz22vs3lkxwpilc4q9s"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules gperf qttools))
     (inputs (list qtbase))

Reply via email to