gnu: gnome-shell-extension-appindicator: Update to 53.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): Update to 53. Change-Id: Ifc3ae680b8f1d66068ce03e94d991de0d479da4e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
a9afe8f046
commit
a7ff2e20e7
|
@ -579,7 +579,7 @@ Ubuntu Unity Shell.")
|
||||||
(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 "42")
|
(version "53")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -588,7 +588,7 @@ Ubuntu Unity Shell.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lf3aqb924nzhj87rhy2zvm5pcfqcklhfw21m6ic3i7wzd9r7cnc"))
|
"0lyfznsq5x287vpz133y593s7s4mz9i4x2491sgqvir891zwsivy"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs (list jq gnu-gettext
|
(native-inputs (list jq gnu-gettext
|
||||||
|
|
Reference in New Issue