guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d773593a929164b64b310f6fb2afdb4539cc3b36
Author: Sughosha <[email protected]>
AuthorDate: Thu Sep 18 22:41:57 2025 +0530

    gnu: kfind: Update to 25.08.1.
    
    * gnu/packages/kde-utils.scm (kfind): Update to 25.08.1.
    
    Change-Id: I45536d9d725724084d2724e5b832614407552d75
---
 gnu/packages/kde-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index edd9bf85c4..3788c8b061 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -702,14 +702,14 @@ with support for QR scanning.")
 (define-public kfind
   (package
     (name "kfind")
-    (version "25.04.0")
+    (version "25.08.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/"
                                   version "/src/kfind-" version ".tar.xz"))
               (sha256
                (base32
-                "01dxajpx2959m3gk23cvjra1w7i70f49lvys3h034205dyi3qgnm"))))
+                "1qd4ql2rzw32kgvcfw442ram8hh8kzwdasx8fg9xqxdskwq5n586"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase
                      #:tests? #f))

Reply via email to