gnu: kmousetool: Update to 25.08.1.

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

Change-Id: I7aacfe0299f8af5b5f25e8f19329e1b624c12087
This commit is contained in:
Sughosha 2025-09-18 22:42:59 +05:30 committed by z572
parent 0730e2575e
commit 072e6e7693
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -876,14 +876,14 @@ artists to web-designers to people with low vision.")
(define-public kmousetool
(package
(name "kmousetool")
(version "25.04.0")
(version "25.08.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmousetool-" version ".tar.xz"))
(sha256
(base32 "1pwc9y11499g9zcyvm0wayfw0cc23yzv3liz2sp85x8493vp3654"))))
(base32 "0qvvygx3brbdccnqfdfmx9kjhsddbayydvirdlncfas80d7anxgj"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))