mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
cf1252e1bf
commit
1df45b13d7
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue