gnu: emacs-god-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-god-mode)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
7854a8aadb
commit
51646a028a
1 changed files with 1 additions and 1 deletions
|
@ -3423,7 +3423,7 @@ linting of manifests and integration with Puppet Debugger.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/chrisdone/god-mode.git")
|
(url "https://github.com/chrisdone/god-mode.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1am415k4xxcva6y3vbvyvknzc6bma49pq3p85zmpjsdmsp18qdix"))))
|
"1am415k4xxcva6y3vbvyvknzc6bma49pq3p85zmpjsdmsp18qdix"))))
|
||||||
|
|
Reference in a new issue