mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: emacs-md4rd: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-md4rd)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
a549aaf423
commit
2880da9ea5
1 changed files with 1 additions and 1 deletions
|
@ -9569,7 +9569,7 @@ (define-public emacs-md4rd
|
|||
(uri (git-reference
|
||||
(url "https://github.com/ahungry/md4rd.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mvv1mvsrpkrmikcpfqf2zbawnzgq33j6zjdrlv48mcw57xb2ak9"))))
|
||||
|
|
Loading…
Reference in a new issue