diff options
| author | Sughosha <sughosha@disroot.org> | 2026-05-08 06:08:37 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-28 17:20:46 +0200 |
| commit | 1a6e36006b85f48c5bdaf4dd008f527313612842 (patch) | |
| tree | ae2ab4fdf4edf3bb53745f4603d8a4920ac1d311 | |
| parent | 5caeac105c8baffa374286eb1d395df94aa001aa (diff) | |
gnu: kmouth: Update to 26.04.1.
* gnu/packages/kde-utils.scm (kmouth): Update to 26.04.1.
Change-Id: Ie97f5a92b46886ddedebbc2655ea940b548d692d
| -rw-r--r-- | gnu/packages/kde-utils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index d5519815ce2..7ea5693b5c8 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm | |||
| @@ -1185,14 +1185,14 @@ whom pressing buttons hurts.") | |||
| 1185 | (define-public kmouth | 1185 | (define-public kmouth |
| 1186 | (package | 1186 | (package |
| 1187 | (name "kmouth") | 1187 | (name "kmouth") |
| 1188 | (version "25.12.3") | 1188 | (version "26.04.1") |
| 1189 | (source | 1189 | (source |
| 1190 | (origin | 1190 | (origin |
| 1191 | (method url-fetch) | 1191 | (method url-fetch) |
| 1192 | (uri (string-append "mirror://kde/stable/release-service/" version | 1192 | (uri (string-append "mirror://kde/stable/release-service/" version |
| 1193 | "/src/kmouth-" version ".tar.xz")) | 1193 | "/src/kmouth-" version ".tar.xz")) |
| 1194 | (sha256 | 1194 | (sha256 |
| 1195 | (base32 "0f05gihqk06g70bpdlk5bx2szrasi2x9xyr8y7kfjfx8m9qy65hg")))) | 1195 | (base32 "0f9aralqv8c2k1a8vfr8jz2hhghc9nsfq52cyfz8s18b0fhagsa8")))) |
| 1196 | (build-system qt-build-system) | 1196 | (build-system qt-build-system) |
| 1197 | (native-inputs | 1197 | (native-inputs |
| 1198 | (list extra-cmake-modules kdoctools)) | 1198 | (list extra-cmake-modules kdoctools)) |
