mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: emacs-macrostep: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-macrostep)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
ac5b171c92
commit
32a804e250
1 changed files with 1 additions and 1 deletions
|
@ -9934,7 +9934,7 @@ (define-public emacs-macrostep
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/joddie/macrostep.git")
|
(url "https://github.com/joddie/macrostep.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
|
"1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
|
||||||
|
|
Loading…
Reference in a new issue