gnu: kmousetool: Update to 25.08.3.

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

Change-Id: Id20d6bbbf9e1242c9a608a0d16c2e1a295a27e60
This commit is contained in:
Sughosha
2025-11-09 10:10:41 +05:30
committed by Andreas Enge
parent 7ee4cbedff
commit e44c3cd313

View File

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