gnu: kcodecs: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.10.0.

Change-Id: I2f67bbd8c2565e53c37d751866133a8b50a17311
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:21 +08:00 committed by Zheng Junjie
parent 9e130170c1
commit b4af6a2f7d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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))