gnu: kmousetool: Update to 24.12.1.

* gnu/packages/kde-utils.scm (kmousetool): Update to 24.12.1.

Change-Id: I00ac8cc7d04f9c4a872ddff620ca513a1118a910
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:03 +08:00 committed by Zheng Junjie
parent 97ac67181a
commit a9a4012e0d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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))