guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit cf32a42a37235c21a40c8cbfc71b1de8d5c2b3f3
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:51 2025 +0530
gnu: ksmtp: Update to 25.12.0.
* gnu/packages/kde-pim.scm (ksmtp): Update to 25.12.0.
Change-Id: I9e9d8c4d22f8aa04608ca26a2817e5aa2d85875a
---
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 41d0b8f2e7..14ba84b272 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2426,14 +2426,14 @@ text in the text edit to all kinds of markup, like HTML
or BBCODE.")
(define-public ksmtp
(package
(name "ksmtp")
- (version "25.08.3")
+ (version "25.12.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksmtp-" version ".tar.xz"))
(sha256
- (base32 "1rnc2pja4ciqwmgksli2z1yzvzl5sya67s61dgjcxw93fy0421qm"))))
+ (base32 "0i8s0vsz78sk6fqx4hz89zh0as4c7b3m5v0v00v3rzjpvk6nxmhm"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))