guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 44e22df2456652713169c3b4b88f5c8241cd6c22
Author: Sughosha <[email protected]>
AuthorDate: Fri Oct 10 13:55:12 2025 +0530

    gnu: kdf: Update to 25.08.2.
    
    * gnu/packages/kde-systemtools.scm (kdf): Update to 25.08.2.
    
    Change-Id: I4c64509d3288287ea9a0cf7d130ba3881ed7d6c5
---
 gnu/packages/kde-systemtools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index c6b177c831..b7f543056a 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -179,14 +179,14 @@ Dolphin with the version control systems: Bzr, Git, 
Mercurial, Subversion.")
 (define-public kdf
   (package
     (name "kdf")
-    (version "25.08.1")
+    (version "25.08.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/"
                                   version "/src/kdf-" version ".tar.xz"))
               (sha256
                (base32
-                "0h527y4bnr2z4krkbl9m2091v9065waqyc0cqcbvglrs8zj2bjda"))))
+                "1nq13dz5pa7zr5gd3sb3w1iiqc2jj3gh9qv5dcxbs6w4ypry4nkw"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to