[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/13: gnu: ksmtp: Update to 24.05.1.
From: |
guix-commits |
Subject: |
12/13: gnu: ksmtp: Update to 24.05.1. |
Date: |
Tue, 2 Jul 2024 05:39:21 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit cdb47b60560848a4d011718df920a9e08472b372
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
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
- branch kde-team updated (fb8e5b1031 -> eda16dddbc), guix-commits, 2024/07/02
- 03/13: gnu: ksvg: Update to 6.3.1., guix-commits, 2024/07/02
- 01/13: gnu: akonadi: Update to 24.05.1., guix-commits, 2024/07/02
- 09/13: gnu: kjumpingcube: Update to 24.05.1., guix-commits, 2024/07/02
- 12/13: gnu: ksmtp: Update to 24.05.1.,
guix-commits <=
- 06/13: gnu: kollision: Update to 24.05.1., guix-commits, 2024/07/02
- 02/13: gnu: kwin: Update to 6.1.1.2., guix-commits, 2024/07/02
- 04/13: gnu: killbots: Update to 24.05.1., guix-commits, 2024/07/02
- 07/13: gnu: knavalbattle: Update to 24.05.1., guix-commits, 2024/07/02
- 11/13: gnu: akonadi-notes: Update to 24.05.1., guix-commits, 2024/07/02
- 10/13: gnu: kontactinterface: Update to 24.05.1., guix-commits, 2024/07/02
- 08/13: gnu: ksquares: Update to 24.05.1., guix-commits, 2024/07/02
- 05/13: gnu: ksnakeduel: Update to 24.05.1., guix-commits, 2024/07/02
- 13/13: gnu: khelpcenter: Update to 24.05.1., guix-commits, 2024/07/02