guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: tracker: Update to 2.3.5.


From: guix-commits
Subject: 03/06: gnu: tracker: Update to 2.3.5.
Date: Sat, 29 Aug 2020 12:16:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 51780eac7ff8f86807697e2ee5c1b852f3f07135
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 29 16:20:01 2020 +0200

    gnu: tracker: Update to 2.3.5.
    
    * gnu/packages/gnome.scm (tracker): Update to 2.3.5.
---
 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 59f827d..6b57505 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8261,7 +8261,7 @@ easy, safe, and automatic.")
 (define-public tracker
   (package
     (name "tracker")
-    (version "2.3.4")
+    (version "2.3.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/tracker/"
@@ -8269,7 +8269,7 @@ easy, safe, and automatic.")
                                   "tracker-" version ".tar.xz"))
               (sha256
                (base32
-                "0vai0qz9jn3z5dlzysynwhbbmslp84ygdql81f5wfxxr98j54yap"))))
+                "1ixxyqjlv7pnl4j8g6b72fkbjvzfspza8y71ppkncry8i6xkr223"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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