gnu: kfind: Update to 24.12.3.

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

Change-Id: I44b15e690eb53bbafa2978666aeb18b123150dce
This commit is contained in:
Zheng Junjie 2025-03-09 22:36:37 +08:00
parent 2b4da1a6b9
commit 22c25b02ba
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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