gnu: kmousetool: Update to 25.04.0.

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

Change-Id: Ic7019afe9c82915010f415387f5b50e6a5557f38
This commit is contained in:
Zheng Junjie 2025-05-08 13:47:56 +08:00
parent 95c3f36ae4
commit 81c3ff66dd
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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