summary refs log tree commit diff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 11:33:08 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 20:54:03 -0500
commit9a74513573ea31c63b30afabe8d3eee3e4816403 (patch)
treeac37c54f2c5a4b67671a09f09ac5961f1d409dea /gnu/packages/kde-frameworks.scm
parent32f97bc7eb5c7a33fe0db066b7b2b5adab47a0b4 (diff)
downloadguix-9a74513573ea31c63b30afabe8d3eee3e4816403.tar.gz
gnu: kcodecs: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 5.114.0.

Change-Id: I327331ff38b1577a754b67acc508d7b7efb346ff
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 44c87011a3..6e86f35416 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -531,7 +531,7 @@ and the older vCalendar.")
 (define-public kcodecs
   (package
     (name "kcodecs")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -540,7 +540,7 @@ and the older vCalendar.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "12vav9ncxcf0vpmfp7wps91ax7azrwaxhqdq8z52vcyl0rvgy341"))))
+                "080zvcqd8iq05p5x3qaf3rryx75lg2l2j1dr18sp50ir50zfwh2w"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules gperf qttools-5))
     (inputs (list qtbase-5))