diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-09-02 13:34:59 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-09-06 22:17:38 +0200 |
commit | 7894abde7d9f9cbf73b06e58af5724b5a5d6e219 (patch) | |
tree | 34b98230211306a1e912ee50c2e1d74ce550e762 | |
parent | 38bc8c1102ad10d258adce73af746c4fae6e9248 (diff) |
gnu: tracker: Update to 3.5.3.
* gnu/packages/gnome.scm (tracker): Update to 3.5.3.
-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 a9e3f67e72..abd79eac08 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9382,7 +9382,7 @@ easy, safe, and automatic.") (define-public tracker (package (name "tracker") - (version "3.4.2") + (version "3.5.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/tracker/" @@ -9390,7 +9390,7 @@ easy, safe, and automatic.") "tracker-" version ".tar.xz")) (sha256 (base32 - "0c8ppm03b9r6lyxalama8sjmw3km4jibbswqra7qf17pli1g2vaf")))) + "1vi878f95a2nlvqz46ph6f05hywjb2ni0znqavhdkrbvi6qchrhl")))) (build-system meson-build-system) (arguments (list |