gnu: tracker: Update to 2.3.4.

* gnu/packages/gnome.scm (tracker): Update to 2.3.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-18 00:36:38 +01:00
parent b8930fd86b
commit caaefa4007
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7453,7 +7453,7 @@ (define-public gnome-autoar
(define-public tracker
(package
(name "tracker")
(version "2.3.2")
(version "2.3.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/tracker/"
@ -7461,7 +7461,7 @@ (define-public tracker
"tracker-" version ".tar.xz"))
(sha256
(base32
"1nzbnvwwsk6kv6kqbxwlz8vk70l9ai6b4r9qypw51vp4qy72ny54"))))
"0vai0qz9jn3z5dlzysynwhbbmslp84ygdql81f5wfxxr98j54yap"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t