mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: emacs-evil-magit: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-evil-magit)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
fdb4afd41a
commit
06c520586f
1 changed files with 1 additions and 1 deletions
|
@ -11970,7 +11970,7 @@ (define-public emacs-evil-magit
|
|||
(uri (git-reference
|
||||
(url "https://github.com/emacs-evil/evil-magit")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"134v7s03jvbhm70mavwab85r09i68g2a5bvriirh0chz1av2y16v"))))
|
||||
|
|
Loading…
Reference in a new issue