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>
This commit is contained in:
parent
d3fecbab82
commit
19b7d41d34
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ the Obsidian icon theme.")
|
||||||
(define-public gnome-shell-extension-appindicator
|
(define-public gnome-shell-extension-appindicator
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extension-appindicator")
|
(name "gnome-shell-extension-appindicator")
|
||||||
(version "30")
|
(version "33")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -132,7 +132,7 @@ the Obsidian icon theme.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fjhx23jqwv3d0smwhnjvc35gqhwk9p5f96ic22pfax653cn5vh8"))
|
"0qm77s080nbf4gqnfzpwp8a7jf7lliz6fxbsd3lasvrr11pgsk87"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue