gnu: gnome-shell-extension-dash-to-panel: Update to 56.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 56. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
69bfb753be
commit
468e3604e4
1 changed files with 2 additions and 2 deletions
|
@ -914,7 +914,7 @@ certain elements or change animation speeds.")
|
||||||
(define-public gnome-shell-extension-dash-to-panel
|
(define-public gnome-shell-extension-dash-to-panel
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extension-dash-to-panel")
|
(name "gnome-shell-extension-dash-to-panel")
|
||||||
(version "51")
|
(version "56")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -922,7 +922,7 @@ certain elements or change animation speeds.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"103pl77dhafi2ayds5yma2smv3b58zcysnd6vl5m5zavjvk35sz7"))
|
"17rm3wjj8zfdxgh5vp5f35vgd4mc9f9c2w77hac4vyvkgvwfzcnn"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue