guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/11: gnu: tracker: Update to 1.12.2.


From: Tobias Geerinckx-Rice
Subject: 10/11: gnu: tracker: Update to 1.12.2.
Date: Wed, 9 Aug 2017 02:46:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c762011e4033378f47c226135df9aa52adfa20c4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 9 01:20:11 2017 +0200

    gnu: tracker: Update to 1.12.2.
    
    * gnu/packages/gnome.scm (tracker): Update to 1.12.2.
---
 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 11d787a..d5b65b4 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]