1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: ksmtp: Update to 25.12.2.

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

Change-Id: I043446bc340e1ffb8f31036e8c5a37e193ed674b
This commit is contained in:
Sughosha
2026-02-08 23:59:21 +05:30
committed by Andreas Enge
parent 688b36fa64
commit 471bbddd59

View File

@@ -2399,14 +2399,14 @@ text in the text edit to all kinds of markup, like HTML or BBCODE.")
(define-public ksmtp
(package
(name "ksmtp")
(version "25.12.0")
(version "25.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksmtp-" version ".tar.xz"))
(sha256
(base32 "0i8s0vsz78sk6fqx4hz89zh0as4c7b3m5v0v00v3rzjpvk6nxmhm"))))
(base32 "0hcy93kgz9kq221ngxv0rgf0nfi6mpgir14kcahk0g6n15qj671k"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))