gnu: kate: Update to 24.12.3.

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

Change-Id: Id1d925af999783971d7f88fb8c75240443234719
This commit is contained in:
Zheng Junjie 2025-03-09 22:07:26 +08:00
parent a6d5e2ad97
commit 305a5e366c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -352,14 +352,14 @@ your computer.")
(define-public kate
(package
(name "kate")
(version "24.12.2")
(version "24.12.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kate-" version ".tar.xz"))
(sha256
(base32 "13pqjwdc38w2yjfz757mhv7lw4r4jcm0f5wsir3vmxwl6nchh9jx"))))
(base32 "0zrmsvjmjgdn2q4rmf81gi2f24fcxz26kk2b6h0v6484fgl2z5f8"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))