gnu: emacs-graphviz-dot-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-graphviz-dot-mode)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
14246b43c5
commit
16469d9a32
1 changed files with 1 additions and 1 deletions
|
@ -1538,7 +1538,7 @@ (define-public emacs-graphviz-dot-mode
|
|||
(uri (git-reference
|
||||
(url "https://github.com/ppareit/graphviz-dot-mode.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0j1r2rspaakw37b0mx7pwpvdsvixq9sw3xjbww5piihzpdxz58z1"))))
|
||||
|
|
Loading…
Reference in a new issue