This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b4b80af393 gnu: polari: Update to 46.0.
b4b80af393 is described below

commit b4b80af393fe063bd4869bd00c8607aea0d7d0a7
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Mar 2 21:27:11 2025 +0100

    gnu: polari: Update to 46.0.
    
    * gnu/packages/gnome.scm (polari): Update to 46.0.
    [inputs]: Add tracker.
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file 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))

Reply via email to