~ruther/guix-local

e6b095ef7186299a9242ee9bc14626da365d6b58 — Sughosha 4 months ago 2c18ab9
gnu: kfind: Update to 25.08.2.

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

Change-Id: Ie873e10858e7ffd1aa156053cb85cead4731e4e2
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-utils.scm
M gnu/packages/kde-utils.scm => gnu/packages/kde-utils.scm +2 -2
@@ 720,14 720,14 @@ with support for QR scanning.")
(define-public kfind
  (package
    (name "kfind")
    (version "25.08.1")
    (version "25.08.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/release-service/"
                                  version "/src/kfind-" version ".tar.xz"))
              (sha256
               (base32
                "1qd4ql2rzw32kgvcfw442ram8hh8kzwdasx8fg9xqxdskwq5n586"))))
                "00fmxqh6rdscwfphy1adjl8a93b35987zwrzby0cdz462fs1vy0y"))))
    (build-system qt-build-system)
    (arguments (list #:qtbase qtbase
                     #:tests? #f))