gnu: kmouth: Update to 23.04.3.

* gnu/packages/kde-utils.scm (kmouth): Update to 23.04.3.
This commit is contained in:
宋文武 2023-07-30 07:29:38 +08:00
parent 7c050f669e
commit 387b86ff00
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -851,14 +851,14 @@ (define-public kmousetool
(define-public kmouth
(package
(name "kmouth")
(version "22.04.3")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmouth-" version ".tar.xz"))
(sha256
(base32 "0lzaw7qqvpqzfz4nb2lk8l06c4yxacfg5982yk33g5q0j7r19bpy"))))
(base32 "0qyzq4cvcsacb7hr6n79i3rzyjr0m3c8lrf8fwbzdivswpk8wss3"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))