gnu: emacs-helm-eww: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-eww)[source]: Use GIT-FILE-NAME.master
parent
650c155bb8
commit
2eb10e886e
|
@ -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"))))
|
||||
|
|
Reference in New Issue