gnu: emacs-dired-sidebar: Name checkout.
* gnu/packages/emacs-xyz.scm (emacs-dired-sidebar)[source]: Add FILE-NAME.
This commit is contained in:
parent
0abf2d91cf
commit
2af4698016
|
@ -7908,6 +7908,7 @@ the actual transformations.")
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url home-page) (commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lvwvq6sl80sha9fq5m4568sg534dhmifyjqw75bqddcbf3by84x"))))
|
||||
|
|
Loading…
Reference in New Issue