guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 3a52e8f164c8affb08c016fd3bcafbc8d96c4a9d
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:33 2026 +0530
gnu: kmousetool: Update to 25.12.2.
* gnu/packages/kde-utils.scm (kmousetool): Update to 25.12.2.
Change-Id: I38c1ec632dcb6e13d3cec32e0ed649b4af8242b5
---
gnu/packages/kde-utils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index d37b4cf1a7..6e79d7c576 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -1029,14 +1029,14 @@ artists to web-designers to people with low vision.")
(define-public kmousetool
(package
(name "kmousetool")
- (version "25.12.0")
+ (version "25.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmousetool-" version ".tar.xz"))
(sha256
- (base32 "178ck5alyv585imm8nkcwpvzc43qmp28q27h6srj27f3wn6i3pwn"))))
+ (base32 "0fkibynsdsb5cv896j4r0vbw1mp5iq3hhg33hlflsmz6bhcw77ak"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))