mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kfind: Update to 24.12.2.
* gnu/packages/kde-utils.scm (kfind): Update to 24.12.2. Change-Id: I5c2e3593a6d9922b2271728cc641647ab1dbb772
This commit is contained in:
parent
a9ea0407cb
commit
53daba32e6
1 changed files with 2 additions and 2 deletions
|
@ -635,14 +635,14 @@ with support for QR scanning.")
|
||||||
(define-public kfind
|
(define-public kfind
|
||||||
(package
|
(package
|
||||||
(name "kfind")
|
(name "kfind")
|
||||||
(version "24.12.1")
|
(version "24.12.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/kfind-" version ".tar.xz"))
|
version "/src/kfind-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ym9d7kx7vj2bszg5xqqnfiiprpr32ml9sbyygbmid1fs01ay198"))))
|
"03w4119375pcjaqmnza3iz5ffggldhs3nna5m10zywm36m771kzm"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs (list extra-cmake-modules kdoctools))
|
(native-inputs (list extra-cmake-modules kdoctools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue