gnu: kmouth: Update to 24.12.1.

* gnu/packages/kde-utils.scm (kmouth): Update to 24.12.1.

Change-Id: Ie2d1178a1c42ecac0189ed9656a67985dbe3a4ba
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:03 +08:00 committed by Zheng Junjie
parent a9a4012e0d
commit abfc360c3a
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -922,14 +922,14 @@ whom pressing buttons hurts.")
(define-public kmouth
(package
(name "kmouth")
(version "24.05.2")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmouth-" version ".tar.xz"))
(sha256
(base32 "1gd51vwa9xdxxi6idzgzfb9dapirp5xc9alf3d9xnliwxqfxiv3x"))))
(base32 "0nclzgxn5q23mhdfx9wywwdm0agn5js57p91ywl610hk9p0c3r30"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))