diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-11-21 11:32:20 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:15 +0100 |
| commit | bcd88bd4e3a56e62029f8985173e4f1a552934be (patch) | |
| tree | 52957ef0b1b42524cb1eca86fb7b6bd589f81b38 | |
| parent | 6d2d26f46a8f99535a69e962f0c4f4716f237093 (diff) | |
gnu: gnome-shell-extension-appindicator: Update to 61.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): Update to
61.
| -rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index bfb756a29c3..da7a41e2ae4 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -673,7 +673,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 @@ -682,7 +682,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 |
