gnu: kcodecs: Update to 6.13.0.

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

Change-Id: I9718f3ec60b153650357ac4e0dbf83d3c210cbe0
This commit is contained in:
宋文武 2025-05-04 14:10:09 +08:00 committed by Andreas Enge
parent bf9e88359c
commit cf8cb533dd
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -605,7 +605,7 @@ and the older vCalendar.")
(define-public kcodecs
(package
(name "kcodecs")
(version "6.10.0")
(version "6.13.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -614,7 +614,7 @@ and the older vCalendar.")
name "-" version ".tar.xz"))
(sha256
(base32
"1821467i6k6by8fyw4ypw1pg8gi3dqlaqy7wnrkws0l5n7xky64n"))))
"10i029p1fcsplj3psvgjc3gg81r1adcka7mklbk6l0hdjxfy1pfx"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules gperf qttools))
(inputs (list qtbase))