mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: gnome-shell-extension-dash-to-dock: Update to 73.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to 73.
This commit is contained in:
parent
e775b99d45
commit
26ea91f797
1 changed files with 2 additions and 2 deletions
|
@ -449,7 +449,7 @@ (define-public gnome-shell-extension-topicons-redux
|
|||
(define-public gnome-shell-extension-dash-to-dock
|
||||
(package
|
||||
(name "gnome-shell-extension-dash-to-dock")
|
||||
(version "71")
|
||||
(version "73")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -458,7 +458,7 @@ (define-public gnome-shell-extension-dash-to-dock
|
|||
version))))
|
||||
(sha256
|
||||
(base32
|
||||
"12b6ljzs5071zs0kcf5yj4jfhq10b1gnldv0hmbksnqzz5g719wf"))
|
||||
"1l0isbrgfc8v46l1yc5l4myz7qnlxzyfyiifipp86z9d79d8klzw"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue