gnu: kate: Update to 24.12.1.

* gnu/packages/kde-utils.scm (kate): Update to 24.12.1.

Change-Id: I616b4336190cbe02f0d707496278ec24e4b4cd61
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:01 +08:00
parent 2099be7723
commit 61eaff172e
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -339,14 +339,14 @@ (define-public isoimagewriter
(define-public kate (define-public kate
(package (package
(name "kate") (name "kate")
(version "24.05.2") (version "24.12.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version (uri (string-append "mirror://kde/stable/release-service/" version
"/src/kate-" version ".tar.xz")) "/src/kate-" version ".tar.xz"))
(sha256 (sha256
(base32 "085hbl6xzzihnhy8pjwdjdsrww6l1h70m4sf2s1b5c1xsnvhhkvp")))) (base32 "1fps1dxf59b9kq8dw190khi8sh3fcphxh6d2j2d5xr5dlal30j7c"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))