1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-10 22:11:29 +02:00

gnu: kmousetool: Update to 25.12.2.

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

Change-Id: I38c1ec632dcb6e13d3cec32e0ed649b4af8242b5
This commit is contained in:
Sughosha
2026-02-08 23:59:33 +05:30
committed by Andreas Enge
parent fa9e9263be
commit 71f2af0969
+2 -2
View File
@@ -1029,14 +1029,14 @@ artists to web-designers to people with low vision.")
(define-public kmousetool
(package
(name "kmousetool")
(version "25.12.0")
(version "25.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmousetool-" version ".tar.xz"))
(sha256
(base32 "178ck5alyv585imm8nkcwpvzc43qmp28q27h6srj27f3wn6i3pwn"))))
(base32 "0fkibynsdsb5cv896j4r0vbw1mp5iq3hhg33hlflsmz6bhcw77ak"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))