gnu: kfilemetadata: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (kfilemetadata): Update to 5.27.0.
This commit is contained in:
parent
f5dae6aec1
commit
3f34662b12
|
@ -1282,16 +1282,16 @@ from DocBook files.")
|
|||
(define-public kfilemetadata
|
||||
(package
|
||||
(name "kfilemetadata")
|
||||
(version "5.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02n9qhpr0jlwdgdbid0k34abhs3bzhlsa56ybl5dq1aib6izk1sy"))))
|
||||
(version "5.27.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://kde/stable/frameworks/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1la6h05izgnps10py2gcn4xnwz3fm7dyswib57flc8phzipxbg5q"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
|
|
Loading…
Reference in New Issue