gnu: emacs-julia-mode: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-julia-mode)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
f2e1d46d5a
commit
91556301c4
|
@ -4599,7 +4599,7 @@ E-Prime forbids the use of the \"to be\" form to strengthen your writing.")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/JuliaEditorSupport/julia-emacs.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1is4dcv6blslpzbjcg8l2jpxi8xj96q4cm0nxjxsyswpm8bw8ki0"))))
|
||||
|
|
Loading…
Reference in New Issue