guix-commits
[Top][All Lists]
Advanced

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

76/117: gnu: tracker: Update to 3.0.3.


From: guix-commits
Subject: 76/117: gnu: tracker: Update to 3.0.3.
Date: Tue, 23 Mar 2021 19:25:56 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit e3ea02e3d8102117f9290338951fa1dccb48995f
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:46:23 2021 +0100

    gnu: tracker: Update to 3.0.3.
    
    * gnu/packages/gnome.scm (tracker): Update to 3.0.3.
---
 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 08aa9da..b5967a9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8567,7 +8567,7 @@ easy, safe, and automatic.")
 (define-public tracker
   (package
     (name "tracker")
-    (version "2.3.5")
+    (version "3.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/tracker/"
@@ -8575,7 +8575,7 @@ easy, safe, and automatic.")
                                   "tracker-" version ".tar.xz"))
               (sha256
                (base32
-                "1ixxyqjlv7pnl4j8g6b72fkbjvzfspza8y71ppkncry8i6xkr223"))))
+                "18zwxw2vqf5maxvm634iabqhqsk145rfsahva0habvg17fmq8p3g"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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