gnu: kdf: Update to 25.08.1.

* gnu/packages/kde-systemtools.scm (kdf): Update to 25.08.1.

Change-Id: I4d311e39d00bc4039c1a46e70b5de89e808393a0
This commit is contained in:
Sughosha 2025-09-18 18:01:51 +05:30 committed by Zheng Junjie
parent eace43ea7b
commit 959fed3a9c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -151,14 +151,14 @@ Dolphin with the version control systems: Bzr, Git, Mercurial, Subversion.")
(define-public kdf (define-public kdf
(package (package
(name "kdf") (name "kdf")
(version "24.12.3") (version "25.08.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" (uri (string-append "mirror://kde/stable/release-service/"
version "/src/kdf-" version ".tar.xz")) version "/src/kdf-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1agv2bpz0gi2l759w4pkafb1pfqyh3m7dhfxpmpvlr8759z4skyv")))) "0h527y4bnr2z4krkbl9m2091v9065waqyc0cqcbvglrs8zj2bjda"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))