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

gnu: kldap: Update to 25.12.2.

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

Change-Id: I611218507ad7269306fa1bfeb577f99b8f47fd1e
This commit is contained in:
Sughosha
2026-02-08 23:59:17 +05:30
committed by Andreas Enge
parent 66d9b0713f
commit 4b9d67bbf3

View File

@@ -1511,14 +1511,14 @@ model and itinerary extraction code.")
(define-public kldap
(package
(name "kldap")
(version "25.12.0")
(version "25.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kldap-" version ".tar.xz"))
(sha256
(base32 "0msa6ckfqqvlcqxfxs3yyab8jasw834zhwbsk4fksl4wmw29n9di"))))
(base32 "02m8gxwf3k26ikfkmawwck66zczm3wjmb7sbcnfx3d0wkvnd04ya"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))