mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
1603c71ed0
commit
cfea60bee0
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue