summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-09-12 03:40:40 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-09-12 23:36:23 +0200
commit8fc5cdc6a09540ccbc79d5018e1136c8e7c06205 (patch)
treece2156e9a42e5c657fb9d8893693224f43f1175e /gnu/packages/gnome.scm
parent9c2d0a1aa8759e315c0960f25ddd002e46e10928 (diff)
downloadpatches-8fc5cdc6a09540ccbc79d5018e1136c8e7c06205.tar
patches-8fc5cdc6a09540ccbc79d5018e1136c8e7c06205.tar.gz
gnu: tracker: Update to 1.12.3.
* gnu/packages/gnome.scm (tracker): Update to 1.12.3.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 80e78d3401..6cd284d36d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5545,7 +5545,7 @@ easy, safe, and automatic.")
(define-public tracker
(package
(name "tracker")
- (version "1.12.2")
+ (version "1.12.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5553,7 +5553,7 @@ easy, safe, and automatic.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1zdzh8l5ahi906i40i4pqw2cs1hwrl6l9a7fp344a3idk3pl5szb"))))
+ "1mpq418lzba7fad0w0m3bnxvz3khf461b5zya8zmq5n1g0w99ki3"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("gnome-common" ,gnome-common)