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

gnu: ktnef: Update to 25.08.2.

* gnu/packages/kde-pim.scm (ktnef): Update to 25.08.2.

Change-Id: I7df92d3b88cf46cb61b88f5db2a4369f99c66cd3
This commit is contained in:
Sughosha
2025-10-10 13:55:08 +05:30
committed by Andreas Enge
parent a4e88ef18b
commit 39a5421174
+2 -2
View File
@@ -2510,14 +2510,14 @@ standard protocols for e-mail transmission.")
(define-public ktnef
(package
(name "ktnef")
(version "25.08.1")
(version "25.08.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ktnef-" version ".tar.xz"))
(sha256
(base32 "03vqhvqy13vbkv7xa79wz2mbs9dnqj2jgbzilqdhj2nrb7v5hyxy"))))
(base32 "1ivq6aqc5a8xcjz90i0vvgfj7gzk1r3wczcjhjh98c4nba1lbsdz"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))