guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 81c3ff66dde6f7a0cabf4ed0889a21301aae4ecd
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu May 8 13:47:56 2025 +0800
gnu: kmousetool: Update to 25.04.0.
* gnu/packages/kde-utils.scm (kmousetool): Update to 25.04.0.
Change-Id: Ic7019afe9c82915010f415387f5b50e6a5557f38
---
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 da9ef21357..bf0c46b99e 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -839,14 +839,14 @@ artists to web-designers to people with low vision.")
(define-public kmousetool
(package
(name "kmousetool")
- (version "24.12.1")
+ (version "25.04.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmousetool-" version ".tar.xz"))
(sha256
- (base32 "05q0xm4s435cvdxxaff7r0aplp0mimjsn6j6p5v6w8m8cdvn7c1c"))))
+ (base32 "1pwc9y11499g9zcyvm0wayfw0cc23yzv3liz2sp85x8493vp3654"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))