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

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

View File

@ -11340,7 +11340,7 @@ keep Parens and Indentation inline with one another.")
(uri (git-reference
(url "https://github.com/emacs-helm/helm-eww.git")
(commit version)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))