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
parent 1603c71ed0
commit cfea60bee0
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -835,14 +835,14 @@ (define-public kmag
(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))