guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d132b9ca4e59d70811b1a7144420d3dfa92ff23f
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 1fd872f7a3..f62d5b73bc 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2400,14 +2400,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))

Reply via email to