~ruther/guix-local

07a20b16535430973052903048c16caff391e485 — Sughosha 4 months ago 4085d4c
gnu: kontactinterface: Update to 25.08.2.

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

Change-Id: I3a8ddf2a94242abd5329ea8f761fecf5e5d51599
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-pim.scm
M gnu/packages/kde-pim.scm => gnu/packages/kde-pim.scm +2 -2
@@ 2156,14 2156,14 @@ Features:
(define-public kontactinterface
  (package
    (name "kontactinterface")
    (version "25.08.1")
    (version "25.08.2")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://kde/stable/release-service/" version
                           "/src/kontactinterface-" version ".tar.xz"))
       (sha256
        (base32 "02afpyw640bvragj7gd97741x7n0hvph2b1wcha1pkqx15skii6x"))))
        (base32 "0abkr591xqpgkwjn7zkr5nshcv37k1jy39x1sh7cam47xcpv4ppa"))))
    (build-system qt-build-system)
    (native-inputs
     (list extra-cmake-modules))