1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 05:51:19 +02:00

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:
Tobias Geerinckx-Rice
2019-04-10 20:44:22 +02:00
parent ba50c3e8d0
commit 88efbab2d9

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"))))