gnu: tracker: Update to 2.3.5.

* gnu/packages/gnome.scm (tracker): Update to 2.3.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-29 16:20:01 +02:00
parent 40ed1e54fc
commit 51780eac7f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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