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