From a4e88ef18bfd34f6a663c3a5a103fa795a34b6f8 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Fri, 10 Oct 2025 13:55:07 +0530 Subject: [PATCH] gnu: ksmtp: Update to 25.08.2. * gnu/packages/kde-pim.scm (ksmtp): Update to 25.08.2. Change-Id: I767b32acbd40e759a7b6148f66ad0cfb9ba89e94 --- gnu/packages/kde-pim.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm index 7768e1d644996081f0e79d019a08d0ca9c5c99bc..dda22e5cc896f3519951e15c3fafbb1ea2682a00 100644 --- a/gnu/packages/kde-pim.scm +++ b/gnu/packages/kde-pim.scm @@ -2479,14 +2479,14 @@ text in the text edit to all kinds of markup, like HTML or BBCODE.") (define-public ksmtp (package (name "ksmtp") - (version "25.08.1") + (version "25.08.2") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/ksmtp-" version ".tar.xz")) (sha256 - (base32 "1sv8rqbyvw8phaza9xv2h96qz8gg55mvaya47y9zfhxgi6xsfcj5")))) + (base32 "1w6rlr5giyx3ik6lcck6jar4fk2wqd37g6cb4vhz8k1i538q4pw8")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules))