mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-helm-descbinds: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-descbinds)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
3a2b69f201
commit
42ce34471f
1 changed files with 1 additions and 1 deletions
|
@ -12261,7 +12261,7 @@ (define-public emacs-helm-descbinds
|
|||
(uri (git-reference
|
||||
(url "https://github.com/emacs-helm/helm-descbinds")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1n89p56qwa243w1c85i5awnaf7piwjsvfi7nmnsrwm33hix5dknk"))))
|
||||
|
|
Loading…
Reference in a new issue