gnu: kmouth: Update to 25.08.1.

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

Change-Id: I9a81307c376b4e0cd4977406e0c885e3f52b32f0
This commit is contained in:
Sughosha 2025-09-18 22:43:26 +05:30 committed by z572
parent 072e6e7693
commit 21ea91f8d7
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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