mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: kmouth: Update to 23.04.3.
* gnu/packages/kde-utils.scm (kmouth): Update to 23.04.3.
This commit is contained in:
parent
7c050f669e
commit
387b86ff00
1 changed files with 2 additions and 2 deletions
|
@ -851,14 +851,14 @@ (define-public kmousetool
|
||||||
(define-public kmouth
|
(define-public kmouth
|
||||||
(package
|
(package
|
||||||
(name "kmouth")
|
(name "kmouth")
|
||||||
(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/kmouth-" version ".tar.xz"))
|
"/src/kmouth-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lzaw7qqvpqzfz4nb2lk8l06c4yxacfg5982yk33g5q0j7r19bpy"))))
|
(base32 "0qyzq4cvcsacb7hr6n79i3rzyjr0m3c8lrf8fwbzdivswpk8wss3"))))
|
||||||
(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