mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: baloo: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (baloo): Update to 6.5.0. Change-Id: Ic4d24107b31194defd79599fcd50764f724b22d6
This commit is contained in:
parent
0a17cca04f
commit
195e6d6489
1 changed files with 2 additions and 2 deletions
|
@ -3055,7 +3055,7 @@ (define-public syndication
|
|||
(define-public baloo
|
||||
(package
|
||||
(name "baloo")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3064,7 +3064,7 @@ (define-public baloo
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16a69hy2jh4gdnp1kfpq0kdsm2rym64har6j3jq4yyj05km4liq7"))))
|
||||
"1bx68zd4pwd9iz890jvl0av7k0zcf7ff9m5f221mn7fzwyv6q16q"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kcoreaddons kfilemetadata))
|
||||
|
|
Loading…
Reference in a new issue