guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit c5d12e8a139db81e37532971b1415850f01e303c
Author: Sughosha <[email protected]>
AuthorDate: Sat Sep 20 18:18:47 2025 +0530
gnu: ksmtp: Update to 25.08.1.
* gnu/packages/kde-pim.scm (ksmtp): Update to 25.08.1.
Change-Id: Iecadffedf49de2d7bc5d90af15913b4d4068b59b
---
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 fd38dcb78e..e95b16febf 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2238,14 +2238,14 @@ text in the text edit to all kinds of markup, like HTML
or BBCODE.")
(define-public ksmtp
(package
(name "ksmtp")
- (version "24.12.1")
+ (version "25.08.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksmtp-" version ".tar.xz"))
(sha256
- (base32 "0kn4kh71kxjr8pgngdkm298xdzj3jbn44dyllvm582m035hm5nx4"))))
+ (base32 "1sv8rqbyvw8phaza9xv2h96qz8gg55mvaya47y9zfhxgi6xsfcj5"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))