gnu: kfind: Update to 25.04.0.

* gnu/packages/kde-utils.scm (kfind): Update to 25.04.0.

Change-Id: Ie727792e3c4dc4e4cefd09a8e0ff0a62ee77b5b0
This commit is contained in:
Zheng Junjie 2025-05-08 13:53:12 +08:00
parent cf1252e1bf
commit 1df45b13d7
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -673,14 +673,14 @@ with support for QR scanning.")
(define-public kfind
(package
(name "kfind")
(version "24.12.3")
(version "25.04.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kfind-" version ".tar.xz"))
(sha256
(base32
"0aq45cl3rqd2jya2p03vxfzdmgv1hy5c5nxp6pszl7g9s43rqm7d"))))
"01dxajpx2959m3gk23cvjra1w7i70f49lvys3h034205dyi3qgnm"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules kdoctools))