z572 pushed a commit to branch kde-team
in repository guix.
commit cdb47b60560848a4d011718df920a9e08472b372
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Jul 2 16:33:33 2024 +0800
gnu: ksmtp: Update to 24.05.1.
* gnu/packages/kde-pim.scm (ksmtp): Update to 24.05.1.
[inputs]: Remove kcodecs, kconfig, kcoreaddons, ki18n, kio, and qtbase-5;
add
kcodecs-6, kconfig-6, kcoreaddons-6, ki18n-6, kio-6, and qtbase.
Change-Id: I0dfcc23fdb2e76fb4c87399d44c4b35a89ec79fd
---
gnu/packages/kde-pim.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 54d9c9d9e5..1d814bf070 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2012,25 +2012,25 @@ text in the text edit to all kinds of markup, like HTML
or BBCODE.")
(define-public ksmtp
(package
(name "ksmtp")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ksmtp-" version ".tar.xz"))
(sha256
- (base32 "0pz17vmn38n2xl35d9di1b9138dh54wgyal9hx412nh123w13h12"))))
+ (base32 "130g95j6f2mn2vcaw1incalgdsz486q5p7si2vrzsd3q4n2mf8vj"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))
(inputs
(list cyrus-sasl
- kcodecs
- kconfig
- kcoreaddons
- ki18n
- kio
- qtbase-5))
+ kcodecs-6
+ kconfig-6
+ kcoreaddons-6
+ ki18n-6
+ kio-6
+ qtbase))
(arguments
`(#:tests? #f ;; TODO: does not find sasl mechs
#:phases