gnu: emacs-dired-sidebar: Name checkout.

* gnu/packages/emacs-xyz.scm (emacs-dired-sidebar)[source]: Add FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-30 17:49:33 +02:00
parent 0abf2d91cf
commit 2af4698016
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View File

@ -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"))))