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

gnu: kmail: Update to 24.12.1.

* gnu/packages/kde-pim.scm (kmail): Update to 24.12.1.

Change-Id: Ieffef42f256148e4b3d494081cdc7cc8473930d2
This commit is contained in:
Zheng Junjie
2025-01-10 11:51:47 +08:00
committed by Zheng Junjie
parent adba3e0eff
commit 36f631247d

View File

@@ -1158,14 +1158,14 @@ and retrieving certificates from LDAP servers.")
(define-public kmail
(package
(name "kmail")
(version "24.05.2")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmail-" version ".tar.xz"))
(sha256
(base32 "0g30a36pd86brxq3ln709jnq9xdyqm8jiwwbv8kh70mcdbpjcpk2"))))
(base32 "1cl6giblw0jwyxr7bk88gd8krqkd3xxryniyz2jbrqnkvbrml23n"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules dbus kdoctools))