guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 58c5fe313cdda33b5b4a2b8d38aa23f0d54731e9
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 72b59fad06..98d1b583eb 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))