guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 949a5ce9b1219b5d436bae69a0139f243f478269
Author: Sughosha <[email protected]>
AuthorDate: Fri Oct 10 13:55:07 2025 +0530
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 08ae4301f4..ea2c316cef 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2514,14 +2514,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))