gnu: emacs-tree-mode: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-tree-mode)[source]: Use GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-10 20:39:20 +02:00
parent 64038edd63
commit fbd017cd25
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))