guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 6e40c184df569bb7a6c0ad3e7825276824622516
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:21 2026 +0530
gnu: ksmtp: Update to 25.12.2.
* gnu/packages/kde-pim.scm (ksmtp): Update to 25.12.2.
Change-Id: I043446bc340e1ffb8f31036e8c5a37e193ed674b
---
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 5c5484df92..bb80752637 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2399,14 +2399,14 @@ text in the text edit to all kinds of markup, like HTML
or BBCODE.")
(define-public ksmtp
(package
(name "ksmtp")
- (version "25.12.0")
+ (version "25.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksmtp-" version ".tar.xz"))
(sha256
- (base32 "0i8s0vsz78sk6fqx4hz89zh0as4c7b3m5v0v00v3rzjpvk6nxmhm"))))
+ (base32 "0hcy93kgz9kq221ngxv0rgf0nfi6mpgir14kcahk0g6n15qj671k"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))