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

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

View File

@ -3423,7 +3423,7 @@ linting of manifests and integration with Puppet Debugger.")
(uri (git-reference
(url "https://github.com/chrisdone/god-mode.git")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"1am415k4xxcva6y3vbvyvknzc6bma49pq3p85zmpjsdmsp18qdix"))))