gnu: emacs-tree-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-tree-mode)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
64038edd63
commit
fbd017cd25
|
@ -9564,7 +9564,7 @@ navigate and display hierarchy structures.")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/emacsorphanage/tree-mode.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"13bbdhdmqg4x9yghanhr8fsbsxbnypzxdxgicz31sjjm675kpnix"))))
|
||||
|
|
Loading…
Reference in New Issue