summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-18 00:36:38 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-18 02:16:21 +0100
commitcaaefa40072115ef3ba131d0875a87c521a9b3f4 (patch)
tree249379c54848a152f1ca67c5101f39e4637605bb /gnu
parentb8930fd86b199d5df2714be759343eee83fe5f1b (diff)
downloadguix-caaefa40072115ef3ba131d0875a87c521a9b3f4.tar.gz
gnu: tracker: Update to 2.3.4.
* gnu/packages/gnome.scm (tracker): Update to 2.3.4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 77a888b3b9..895bf4ffd8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7453,7 +7453,7 @@ easy, safe, and automatic.")
 (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 @@ easy, safe, and automatic.")
                                   "tracker-" version ".tar.xz"))
               (sha256
                (base32
-                "1nzbnvwwsk6kv6kqbxwlz8vk70l9ai6b4r9qypw51vp4qy72ny54"))))
+                "0vai0qz9jn3z5dlzysynwhbbmslp84ygdql81f5wfxxr98j54yap"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t