mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gnome-shell-extension-dash-to-dock: Update to 66.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to 66. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
98aecd3a5e
commit
997153a132
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ (define-public delft-icon-theme
|
||||||
(define-public gnome-shell-extension-dash-to-dock
|
(define-public gnome-shell-extension-dash-to-dock
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extension-dash-to-dock")
|
(name "gnome-shell-extension-dash-to-dock")
|
||||||
(version "65")
|
(version "66")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -126,7 +126,7 @@ (define-public gnome-shell-extension-dash-to-dock
|
||||||
version))))
|
version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ln49l9s0yfl30pi77pz7xlmh63l9vjppi863kry5lay10dsvz47"))
|
"04krl6rxlp1qc97psraf2kwin7h0mx4c7pnfpi7vhplmvasrwkfh"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue