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

gnu: libkgapi: Update to 25.12.2.

* gnu/packages/kde-pim.scm (libkgapi): Update to 25.12.2.

Change-Id: I1cf7d7eb9aa7c99ad13c0ea7295bfd7a3232798d
This commit is contained in:
Sughosha
2026-02-08 23:59:22 +05:30
committed by Andreas Enge
parent 4598adf65e
commit 5d331b38ac

View File

@@ -2508,14 +2508,14 @@ and allows one to view/extract message formatted text in Rich Text Format.")
(define-public libkgapi
(package
(name "libkgapi")
(version "25.12.0")
(version "25.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/libkgapi-" version ".tar.xz"))
(sha256
(base32 "1gm4nkcrjv9qsw2hhqfic76kr5xsyj7q4v2da8dfn0pymwfwk798"))))
(base32 "071ccf90hzxd0076glara42jksrbwf0awhwv6wybwcgcbhznq222"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))