aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kde-pim.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-07-30 10:32:01 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-03 17:38:12 +0800
commitcca19968e8846dceab325221d3c89d9f4a629a50 (patch)
tree1cdcc9609d16da0002bb4d5f9b0ce49fee68548f /gnu/packages/kde-pim.scm
parent8a6050fa4feb15146146eb2c2ead60ed2c3e1810 (diff)
downloadguix-cca19968e8846dceab325221d3c89d9f4a629a50.tar
guix-cca19968e8846dceab325221d3c89d9f4a629a50.tar.gz
gnu: ksmtp: Update to 23.04.3.
* gnu/packages/kde-pim.scm (ksmtp): Update to 23.04.3.
Diffstat (limited to 'gnu/packages/kde-pim.scm')
-rw-r--r--gnu/packages/kde-pim.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 24f046e730..d37567871d 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1962,14 +1962,14 @@ text in the text edit to all kinds of markup, like HTML or BBCODE.")
(define-public ksmtp
(package
(name "ksmtp")
- (version "22.08.1")
+ (version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksmtp-" version ".tar.xz"))
(sha256
- (base32 "13ybnr39pim3r83p56wj98fwj0yk1rspd9g24a8d0qykmnbx57l3"))))
+ (base32 "0pz17vmn38n2xl35d9di1b9138dh54wgyal9hx412nh123w13h12"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))