diff options
author | Liliana Marie Prikler <[email protected]> | 2025-03-02 21:27:11 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 21:27:11 +0100 |
commit | b4b80af393fe063bd4869bd00c8607aea0d7d0a7 (patch) | |
tree | 6af875f3406d7ccb63e9fa3e158df8318dcd6757 /gnu/packages/gnome.scm | |
parent | 36f6c720c13ea7696c248889e4b4a97a42c3eebc (diff) |
gnu: polari: Update to 46.0.
* gnu/packages/gnome.scm (polari): Update to 46.0.
[inputs]: Add tracker.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 19c6c5fe8a..0479e37e7e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12828,7 +12828,7 @@ desktop environment.") (define-public polari (package (name "polari") - (version "42.1") + (version "46.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/polari/" @@ -12836,7 +12836,7 @@ desktop environment.") "/polari-" version ".tar.xz")) (sha256 (base32 - "0gbbjs522a8vdps79m1h3krkizbld61h8r1hn9z41gpc904cz45g")))) + "0c8a6q6g1mgpc9g423rgqplbpjwb7zq1bvylad7jk2ci6yg71cfj")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t @@ -12878,7 +12878,8 @@ desktop environment.") libsecret libsoup telepathy-glib - telepathy-logger)) + telepathy-logger + tracker)) (propagated-inputs (list telepathy-idle telepathy-mission-control)) |