guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 2cf1e5f459a94785ac164495b62d071cb2798dce
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 06:08:37 2026 +0530
gnu: kmousetool: Update to 26.04.1.
* gnu/packages/kde-utils.scm (kmousetool): Update to 26.04.1.
Change-Id: I6057365f5ebd3e857d9e8a7e2b2ab7ecb745e473
---
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 d14b9d73d2..036040e390 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -1093,14 +1093,14 @@ artists to web-designers to people with low vision.")
(define-public kmousetool
(package
(name "kmousetool")
- (version "25.12.3")
+ (version "26.04.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmousetool-" version ".tar.xz"))
(sha256
- (base32 "1pm60lfdrr24gahx7zji3cdkhm9gsaw83w1472b6gdx270nbvbry"))))
+ (base32 "0bkzfzpn7pv1z12xc6r1a4km1gvc77mvs8zphmmxljpaj96hibh3"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))