1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 05:30:32 +02:00

gnu: kfind: Update to 25.08.1.

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

Change-Id: I45536d9d725724084d2724e5b832614407552d75
This commit is contained in:
Sughosha
2025-09-18 22:41:57 +05:30
committed by z572
parent 2bc5b3e528
commit d773593a92

View File

@@ -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))