mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: emacs-racket-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-racket-mode)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
ceae4b1067
commit
4fa915b29e
1 changed files with 1 additions and 1 deletions
|
@ -11173,7 +11173,7 @@ (define-public emacs-racket-mode
|
|||
(uri (git-reference
|
||||
(url "https://github.com/greghendershott/racket-mode")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vp4bbbplqvmnhjpl6ajrlydmrhqzil56cfbs18m5c5fddx0zlh7"))))
|
||||
|
|
Loading…
Reference in a new issue