lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 39fb6fb6e6f60ab0f6d8f1435a288833de8bfac1
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:46:23 2021 +0100
gnu: tracker: Update to 3.0.3.
* gnu/packages/gnome.scm (tracker): Update to 3.0.3.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c83ffca..e38327c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8590,7 +8590,7 @@ easy, safe, and automatic.")
(define-public tracker
(package
(name "tracker")
- (version "2.3.5")
+ (version "3.0.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/tracker/"
@@ -8598,7 +8598,7 @@ easy, safe, and automatic.")
"tracker-" version ".tar.xz"))
(sha256
(base32
- "1ixxyqjlv7pnl4j8g6b72fkbjvzfspza8y71ppkncry8i6xkr223"))))
+ "18zwxw2vqf5maxvm634iabqhqsk145rfsahva0habvg17fmq8p3g"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t