[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/17: gnu: tracker: Update to 3.3.1.
From: |
guix-commits |
Subject: |
05/17: gnu: tracker: Update to 3.3.1. |
Date: |
Tue, 12 Jul 2022 23:26:34 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit d0f2441dac71bae470109e6aa8d680c628ccba34
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jul 12 13:36:12 2022 -0400
gnu: tracker: Update to 3.3.1.
* gnu/packages/gnome.scm (tracker): Update to 3.3.1.
[inputs]: Replace libsoup-minimal-2 with libsoup.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c886a2f1f9..fba956354c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8799,7 +8799,7 @@ easy, safe, and automatic.")
(define-public tracker
(package
(name "tracker")
- (version "3.1.2")
+ (version "3.3.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/tracker/"
@@ -8807,7 +8807,7 @@ easy, safe, and automatic.")
"tracker-" version ".tar.xz"))
(sha256
(base32
- "13zcc07wd51sz7kglk3xbjrsq7d835cxfr7iwjr7nn2xcri8jdns"))))
+ "1lkf353xvwc0hfyi03aq2qjikx3zmva7r56nxiavy7kqjyygbmjs"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -8859,7 +8859,7 @@ easy, safe, and automatic.")
("libxml2" ,libxml2)
("icu4c" ,icu4c) ; libunistring gets miner-miner-fs
test to fail.
("json-glib" ,json-glib)
- ("libsoup" ,libsoup-minimal-2))) ; tracker-miners requires the same
version.
+ ("libsoup" ,libsoup))) ; tracker-miners requires the same version.
(synopsis "Metadata database, indexer and search tool")
(home-page "https://wiki.gnome.org/Projects/Tracker";)
(description
- branch master updated (6cd6753218 -> c8f32406e8), guix-commits, 2022/07/12
- 01/17: gnu: sushi: Update to 42.0., guix-commits, 2022/07/12
- 04/17: gnu: libadwaita: Propagate gtk., guix-commits, 2022/07/12
- 02/17: gnu: sushi: Use new style inputs., guix-commits, 2022/07/12
- 09/17: gnu: tracker-miners: Use new style inputs., guix-commits, 2022/07/12
- 10/17: gnu: inkscape: Rename variable to inkscape/stable and hide package., guix-commits, 2022/07/12
- 11/17: gnu: inkscape: Reintroduce variable, updated to 1.2., guix-commits, 2022/07/12
- 13/17: gnu: inkscape: Add bash-minimal to inputs., guix-commits, 2022/07/12
- 05/17: gnu: tracker: Update to 3.3.1.,
guix-commits <=
- 06/17: gnu: tracker: Propagate libraries 'required' by pkg-config., guix-commits, 2022/07/12
- 07/17: gnu: tracker: Use new style inputs., guix-commits, 2022/07/12
- 12/17: gnu: inkscape: Wrap GDK_PIXBUF_MODULE_FILE., guix-commits, 2022/07/12
- 16/17: gnu: deja-dup: Update to 43.4., guix-commits, 2022/07/12
- 17/17: gnu: deja-dup: Use new style inputs., guix-commits, 2022/07/12
- 03/17: gnu: sushi: Add bash-minimal to inputs., guix-commits, 2022/07/12
- 08/17: gnu: tracker-miners: Update to 3.3.1., guix-commits, 2022/07/12
- 14/17: gnu: gtk: Update to 4.6.6., guix-commits, 2022/07/12
- 15/17: gnu: gtk: Use new style inputs., guix-commits, 2022/07/12