mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: kmousetool: Update to 23.04.3.
* gnu/packages/kde-utils.scm (kmousetool): Update to 23.04.3.
This commit is contained in:
parent
1e1f14f43f
commit
7c050f669e
1 changed files with 2 additions and 2 deletions
|
@ -813,14 +813,14 @@ (define-public kmag
|
||||||
(define-public kmousetool
|
(define-public kmousetool
|
||||||
(package
|
(package
|
||||||
(name "kmousetool")
|
(name "kmousetool")
|
||||||
(version "22.04.3")
|
(version "23.04.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kmousetool-" version ".tar.xz"))
|
"/src/kmousetool-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13pvdhhf3fdkaiyjp0ijqm5qdffabyw7qq2051l1nqv6i7w6lgwx"))))
|
(base32 "1prh9xdzwx0mx93g9cbjy55hxwcci90hvrv2ckj4dqdnv5fv4h21"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Loading…
Reference in a new issue