summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-02-08 23:59:30 +0530
committerAndreas Enge <andreas@enge.fr>2026-02-24 12:04:39 +0100
commitb1bb80e9b8fa245ff2cb508131490c963637299c (patch)
tree98c71a4d990e206a075b22d6d42bbbd9195b1852 /gnu
parent261e01333afe88040c7c70722cff65d34297d852 (diff)
gnu: kate: Update to 25.12.2.
* gnu/packages/kde-utils.scm (kate): Update to 25.12.2. Change-Id: Ibe04179173faba7aec1d37cd5feb8b2710e72a5b
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-utils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index fd77e04816..02ec550b57 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -438,14 +438,14 @@ to camera devices supported by @code{libgphoto2} using
(define-public kate
(package
(name "kate")
- (version "25.12.0")
+ (version "25.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kate-" version ".tar.xz"))
(sha256
- (base32 "0mkz6xlwhc2xgi05n9gygm2nr09w1sh5aj1magnjlfgb1v244hga"))))
+ (base32 "0ah6cy92yir68z25460ccl48i5nrfqswpzil9a7l69h3qxspsk88"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools xorg-server-for-tests))