guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit a71f19cb4ae717da767bc2df1f956fda0b4f7bc8
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:52:03 2025 +0800
gnu: kmousetool: Update to 24.12.1.
* gnu/packages/kde-utils.scm (kmousetool): Update to 24.12.1.
Change-Id: I00ac8cc7d04f9c4a872ddff620ca513a1118a910
---
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 446f040ee4..50577e2b27 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -882,14 +882,14 @@ artists to web-designers to people with low vision.")
(define-public kmousetool
(package
(name "kmousetool")
- (version "24.05.2")
+ (version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmousetool-" version ".tar.xz"))
(sha256
- (base32 "1vhabwsi1iiliakyqdaxjlzx9n7ln08szrr1l6hyi7abvzaarp8p"))))
+ (base32 "05q0xm4s435cvdxxaff7r0aplp0mimjsn6j6p5v6w8m8cdvn7c1c"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))