guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 221d763f6903135836c56e13437ee2b2a8501866
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Nov 21 11:32:20 2025 +0100

    gnu: gnome-shell-extension-appindicator: Update to 61.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): Update to
    61.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 785dcbb759..b8deabce1e 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -675,7 +675,7 @@ Ubuntu Unity Shell.")
 (define-public gnome-shell-extension-appindicator
   (package
     (name "gnome-shell-extension-appindicator")
-    (version "59")
+    (version "61")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -684,7 +684,7 @@ Ubuntu Unity Shell.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "1k1h9haj0qgcv9hm3hw2nz7ppznp9zrpg922mhrfa6nj97carmqh"))
+                "0id44b4wgscqqdc2b4bq0nmaaspwyn7wxjv926rd0dx8sc31vjya"))
               (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (native-inputs (list jq gettext-minimal

Reply via email to