z572 pushed a commit to branch kde-team
in repository guix.
commit 33966d56a61d64f588a888c675e1fa554c19b831
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:21 2025 +0800
gnu: kcodecs: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.10.0.
Change-Id: I2f67bbd8c2565e53c37d751866133a8b50a17311
---
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 d6fe50a387..2a64402bc2 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -598,7 +598,7 @@ and the older vCalendar.")
(define-public kcodecs
(package
(name "kcodecs")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -607,7 +607,7 @@ and the older vCalendar.")
name "-" version ".tar.xz"))
(sha256
(base32
- "020yz5mf2rqrk6jw460br1wz3lp50d9fh0dvrld5jf8f8zsj4v79"))))
+ "1821467i6k6by8fyw4ypw1pg8gi3dqlaqy7wnrkws0l5n7xky64n"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules gperf qttools))
(inputs (list qtbase))