diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-03-16 21:12:22 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-03-16 22:58:37 +0100 |
commit | 19b7d41d3407d2e3c64edffa37042551e06c4b07 (patch) | |
tree | 9b9a4f73bcf3bfc2ad22e67d3cd753043408a224 /gnu | |
parent | d3fecbab82f17ef6736300cf2e18981d04ffc25f (diff) | |
download | patches-19b7d41d3407d2e3c64edffa37042551e06c4b07.tar patches-19b7d41d3407d2e3c64edffa37042551e06c4b07.tar.gz |
gnu: gnome-shell-extension-appindicator: Update to 33.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator):
Update to 33.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-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 b8cd32db08..aeeced42bd 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -123,7 +123,7 @@ the Obsidian icon theme.") (define-public gnome-shell-extension-appindicator (package (name "gnome-shell-extension-appindicator") - (version "30") + (version "33") (source (origin (method git-fetch) (uri (git-reference @@ -132,7 +132,7 @@ the Obsidian icon theme.") (commit (string-append "v" version)))) (sha256 (base32 - "1fjhx23jqwv3d0smwhnjvc35gqhwk9p5f96ic22pfax653cn5vh8")) + "0qm77s080nbf4gqnfzpwp8a7jf7lliz6fxbsd3lasvrr11pgsk87")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments |