guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ba914fd0f5ea6bdbbaec51e33a21d696b3b84ed7
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:27:04 2025 +0530
gnu: kfind: Update to 25.12.0.
* gnu/packages/kde-utils.scm (kfind): Update to 25.12.0.
Change-Id: I0c041626494a187985cb8a1465843c6070c1093a
---
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 47f3374a5b..e212cfa3f1 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -764,14 +764,14 @@ with support for QR scanning.")
(define-public kfind
(package
(name "kfind")
- (version "25.08.3")
+ (version "25.12.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kfind-" version ".tar.xz"))
(sha256
(base32
- "064m1hw6jn0cqlsymf1k0wql3ssz7mhmhgam2796q24jjfc4yvbm"))))
+ "0zpafr8vm791rcxs6ncw3nb62f6p724slnrsf2h1ay8rbz67vl2k"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase
#:tests? #f))