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

gnu: kontactinterface: Update to 24.12.1.

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

Change-Id: I997e388599f8ea1a7c2ce4d155558a3d98ad8a1c
This commit is contained in:
Zheng Junjie
2025-01-10 11:51:49 +08:00
committed by Zheng Junjie
parent 4436495e96
commit 0e71809a31

View File

@@ -1705,14 +1705,14 @@ Features:
(define-public kontactinterface
(package
(name "kontactinterface")
(version "24.05.2")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kontactinterface-" version ".tar.xz"))
(sha256
(base32 "05g9mw29pi5z536pmxhavdispq5whgkx56iqqsdz8dy9rgjlm1bc"))))
(base32 "0n4dxnavd0rsa6qa9929sd7bjk9x58r11w5i1i6hsmg2f5zwf7wv"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))