diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-09 01:20:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-09 07:20:56 +0200 |
commit | c762011e4033378f47c226135df9aa52adfa20c4 (patch) | |
tree | ccb0791111f2c628a510ef55cabf1a128f3157fc /gnu | |
parent | 666901b29807a255d3eaa6226ee5be60ef7e9f2f (diff) | |
download | guix-c762011e4033378f47c226135df9aa52adfa20c4.tar.gz guix-c762011e4033378f47c226135df9aa52adfa20c4.zip |
gnu: tracker: Update to 1.12.2.
* gnu/packages/gnome.scm (tracker): Update to 1.12.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 11d787a830..d5b65b4bec 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5432,7 +5432,7 @@ easy, safe, and automatic.") (define-public tracker (package (name "tracker") - (version "1.12.0") + (version "1.12.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5440,7 +5440,7 @@ easy, safe, and automatic.") name "-" version ".tar.xz")) (sha256 (base32 - "0vsrzzkcfvmylhpk1ww6xdx8z9sgjs0gn74gz82qngjyq3c3s6c3")))) + "1zdzh8l5ahi906i40i4pqw2cs1hwrl6l9a7fp344a3idk3pl5szb")))) (build-system glib-or-gtk-build-system) (native-inputs `(("gnome-common" ,gnome-common) |