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

commit c81ede9a84eefc79cfe292f2e3b0ed0646b07512
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 7 12:43:17 2024 +0100

    gnu: gnome-shell-extension-appindicator: Update to 59.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator):
    Update to 59.
    
    Reviewed-by: Maxim Cournoyer <[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 f975926e94..8995133e32 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -580,7 +580,7 @@ Ubuntu Unity Shell.")
 (define-public gnome-shell-extension-appindicator
   (package
     (name "gnome-shell-extension-appindicator")
-    (version "53")
+    (version "59")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -589,7 +589,7 @@ Ubuntu Unity Shell.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0lyfznsq5x287vpz133y593s7s4mz9i4x2491sgqvir891zwsivy"))
+                "1k1h9haj0qgcv9hm3hw2nz7ppznp9zrpg922mhrfa6nj97carmqh"))
               (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (native-inputs (list jq gnu-gettext

Reply via email to