gnu: emacs-undo-tree: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-undo-tree)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
26ff7a323c
commit
bcee4a0d88
|
@ -1915,7 +1915,7 @@ in the center.")
|
|||
(uri (git-reference
|
||||
(url "http://dr-qubit.org/git/undo-tree.git")
|
||||
(commit (string-append "release/" version))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hnh2mnmw179gr094r561w6cw1haid0lpvpqvkc24wpj82vphzpa"))))
|
||||
|
|
Loading…
Reference in New Issue