gnu: emacs-helm-c-yasnippet: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-c-yasnippet)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
3211f45f0b
commit
a549aaf423
1 changed files with 1 additions and 1 deletions
|
@ -6209,7 +6209,7 @@ (define-public emacs-helm-c-yasnippet
|
|||
(uri (git-reference
|
||||
(url "https://github.com/emacs-jp/helm-c-yasnippet")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8"))))
|
||||
|
|
Loading…
Reference in a new issue