mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: emacs-mocker: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-mocker)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
a30417d63e
commit
5696dc2373
1 changed files with 1 additions and 1 deletions
|
@ -4887,7 +4887,7 @@ (define-public emacs-mocker
|
|||
(uri (git-reference
|
||||
(url "https://github.com/sigma/mocker.el.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lav7am41v63xgavq8pr88y828jmd1cxd4prjq7jlbxm6nvrwxh2"))))
|
||||
|
|
Loading…
Reference in a new issue