~ruther/guix-local

f68e8c3bb6f537b4c6d11b88b06c92a4e3a53cf2 — Sughosha 6 months ago c9ba773
gnu: ksmtp: Update to 25.08.3.

* gnu/packages/kde-pim.scm (ksmtp): Update to 25.08.3.

Change-Id: I9d54d86bc5c634908e2c79d5d3e1bcbbf463acf0
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-pim.scm
M gnu/packages/kde-pim.scm => gnu/packages/kde-pim.scm +2 -2
@@ 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))