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

gnu: kdf: Update to 25.08.3.

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

Change-Id: I090dede7ebb1ab69082ec27190aecd571a051568
This commit is contained in:
Sughosha
2025-11-09 10:10:28 +05:30
committed by Andreas Enge
parent 05a9303d38
commit f7fdb511bb

View File

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