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

gnu: kdepim-runtime: Update to 25.12.2.

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

Change-Id: I61f56f6d9ca2b84811986f60a23ba4c229156ffb
This commit is contained in:
Sughosha
2026-02-08 23:59:16 +05:30
committed by Andreas Enge
parent bdc98a94ab
commit 3642890c51

View File

@@ -1102,14 +1102,14 @@ as KMail, KAddressBook etc.")
(define-public kdepim-runtime
(package
(name "kdepim-runtime")
(version "25.12.0")
(version "25.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kdepim-runtime-" version ".tar.xz"))
(sha256
(base32 "0j211sg6lwgdl4kl3fxs09vhlfvr5gq69nn68zj7ln8h4v7fhn8p"))))
(base32 "1rb28md2zwd4ij1p4ivcskqmrgj48s001jnysmk5agq8p389bk4d"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules dbus kdoctools libxslt shared-mime-info))