guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f68e8c3bb6f537b4c6d11b88b06c92a4e3a53cf2
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:10:20 2025 +0530
gnu: ksmtp: Update to 25.08.3.
* gnu/packages/kde-pim.scm (ksmtp): Update to 25.08.3.
Change-Id: I9d54d86bc5c634908e2c79d5d3e1bcbbf463acf0
---
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 a27e82acd1..d9878fd13f 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2405,14 +2405,14 @@ text in the text edit to all kinds of markup, like HTML
or BBCODE.")
(define-public ksmtp
(package
(name "ksmtp")
- (version "25.08.2")
+ (version "25.08.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksmtp-" version ".tar.xz"))
(sha256
- (base32 "1w6rlr5giyx3ik6lcck6jar4fk2wqd37g6cb4vhz8k1i538q4pw8"))))
+ (base32 "1rnc2pja4ciqwmgksli2z1yzvzl5sya67s61dgjcxw93fy0421qm"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))