gnu: emacs-helm-eww: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-eww)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
650c155bb8
commit
2eb10e886e
|
@ -11340,7 +11340,7 @@ keep Parens and Indentation inline with one another.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/emacs-helm/helm-eww.git")
|
(url "https://github.com/emacs-helm/helm-eww.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))
|
"0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))
|
||||||
|
|
Loading…
Reference in New Issue