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

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

View File

@ -12034,7 +12034,7 @@ you searched for and execute it, or view its documentation.")
(uri (git-reference
(url "https://github.com/emacs-helm/helm-emms")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"1595r09y3rmwd46nnhvjja3hb8j2ila295ijxv61cg52ws4wginh"))))