guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 76adeb74b4be2e6e680d70ce122e9060be047397
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:13 2026 +0530
gnu: kcodecs: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.23.0.
Change-Id: I1fd33b28654af7a983b1148f4811fd12ba0c13f0
---
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 ea63b5a796..baa5cf8e8a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -641,7 +641,7 @@ and the older vCalendar.")
(define-public kcodecs
(package
(name "kcodecs")
- (version "6.22.0")
+ (version "6.23.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -650,7 +650,7 @@ and the older vCalendar.")
name "-" version ".tar.xz"))
(sha256
(base32
- "18v05l8gbc8s6gsp50g1xlnjvmn2zbywssz6b0z7n05nlldb2ylc"))))
+ "1vxpap9k90xkfld74sr2prl1sqln3as9pa8ciyz6lpckd1796cvy"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules gperf qttools))
(inputs (list qtbase))