1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-14 15:24:05 +02:00

gnu: kldap: Update to 25.12.3.

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

Change-Id: I6df3bf4db213a457850e7b5c43177f2072652ac2
This commit is contained in:
Sughosha
2026-03-09 07:42:28 +05:30
committed by Andreas Enge
parent b04c79d225
commit d5ccfdc174
+2 -2
View File
@@ -1512,14 +1512,14 @@ model and itinerary extraction code.")
(define-public kldap
(package
(name "kldap")
(version "25.12.2")
(version "25.12.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kldap-" version ".tar.xz"))
(sha256
(base32 "02m8gxwf3k26ikfkmawwck66zczm3wjmb7sbcnfx3d0wkvnd04ya"))))
(base32 "0mgiib0grkqdh4pgx6zw9ppa5h638wqadkvpkyhsxjl3wjnsnv29"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))