diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-11 18:35:54 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-11 21:58:02 +0200 |
commit | f441a149b400d289224a78a7c13c8690080d0926 (patch) | |
tree | 5164ebcb794c3891be537a95e92369bf50d14761 /gnu | |
parent | 691d4657b7431847069198ce8f4276bc1de49e41 (diff) |
gnu: tracker: Update to 3.3.3.
* gnu/packages/gnome.scm (tracker): Update to 3.3.3.
[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cbdf638abd..ae46e55c51 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8888,7 +8888,7 @@ easy, safe, and automatic.") (define-public tracker (package (name "tracker") - (version "3.3.1") + (version "3.3.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/tracker/" @@ -8896,7 +8896,7 @@ easy, safe, and automatic.") "tracker-" version ".tar.xz")) (sha256 (base32 - "1lkf353xvwc0hfyi03aq2qjikx3zmva7r56nxiavy7kqjyygbmjs")))) + "0r144kdqxdzs51qn495vablzf1zxkhkk6imrlrzj9wiqwc2gg520")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t @@ -8927,7 +8927,8 @@ easy, safe, and automatic.") (invoke "dbus-run-session" "--" "meson" "test" "--print-errorlogs"))))))) (native-inputs - (list `(,glib "bin") + (list gettext-minimal + `(,glib "bin") gobject-introspection docbook-xsl docbook-xml @@ -8937,7 +8938,6 @@ easy, safe, and automatic.") cmake-minimal python-pygobject gtk-doc/stable - intltool dbus pkg-config python |