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