1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: kmouth: Update to 25.12.0.

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

Change-Id: Ib645d2a20842bfbc93b7be0e1635ee6f1eb62223
This commit is contained in:
Sughosha
2025-12-14 19:27:05 +05:30
parent e72eaab054
commit 2e69e7fb89

View File

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