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

commit 8f11d0d83cd0c6135117c3758767bf651d380005
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jun 21 08:22:46 2026 +0200

    gnu: gnome-shell-extension-appindicator: Update to 64.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): Update 
to 64.
    
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 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 fc28d100be..5a90e2e4ce 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -674,7 +674,7 @@ Ubuntu Unity Shell.")
 (define-public gnome-shell-extension-appindicator
   (package
     (name "gnome-shell-extension-appindicator")
-    (version "61")
+    (version "64")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -683,7 +683,7 @@ Ubuntu Unity Shell.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0id44b4wgscqqdc2b4bq0nmaaspwyn7wxjv926rd0dx8sc31vjya"))
+                "0dznpw7lfzh1rdr1sp37qjxgad8wghf81xz1dl9ahi0sclxb3lw9"))
               (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (native-inputs (list jq gettext-minimal

Reply via email to