gnu: emacs-auto-yasnippet: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-auto-yasnippet)[source]: Use GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-10 20:44:22 +02:00
parent ba50c3e8d0
commit 88efbab2d9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -10739,7 +10739,7 @@ browse the phrases by the paper section and fill-in the blanks if required.")
(uri (git-reference
(url "https://github.com/abo-abo/auto-yasnippet.git")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"1i8k2qiyzd5rq0zplk4xb5nfa5mp0ibxbzwqj6c7877waq7244xk"))))