gnu: emacs-auto-yasnippet: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
ba50c3e8d0
commit
88efbab2d9
|
@ -10739,7 +10739,7 @@ browse the phrases by the paper section and fill-in the blanks if required.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/abo-abo/auto-yasnippet.git")
|
(url "https://github.com/abo-abo/auto-yasnippet.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i8k2qiyzd5rq0zplk4xb5nfa5mp0ibxbzwqj6c7877waq7244xk"))))
|
"1i8k2qiyzd5rq0zplk4xb5nfa5mp0ibxbzwqj6c7877waq7244xk"))))
|
||||||
|
|
Loading…
Reference in New Issue