me
/
guix
Archived
1
0
Fork 0

gnu: kcodecs: Update to 6.4.0.

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

Change-Id: I71dd2d690ac4e4f230d63f5865e4244186f7902d
master
Zheng Junjie 2024-07-20 00:24:44 +08:00
parent aaf77296af
commit 9ac76c0051
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -597,7 +597,7 @@ and the older vCalendar.")
(define-public kcodecs (define-public kcodecs
(package (package
(name "kcodecs") (name "kcodecs")
(version "6.3.0") (version "6.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -606,7 +606,7 @@ and the older vCalendar.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1v665sr76020yix4f2kkwrjz46lh0jyc4wdrzr1xairxzhd560k9")))) "1m5zk3i7fm4yxlg51bhr3pm436fgjbh53i814v9ns4g86h3fg8rc"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (list extra-cmake-modules gperf qttools)) (native-inputs (list extra-cmake-modules gperf qttools))
(inputs (list qtbase)) (inputs (list qtbase))