gnu: emacs-helm-descbinds: Use GIT-FILE-NAME.

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

View File

@ -12261,7 +12261,7 @@ framework.")
(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"))))