gnu: emacs-helm-flycheck: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-flycheck)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
cfb041aa42
commit
de3bb0e077
|
@ -12087,7 +12087,7 @@ See @code{helm-exwm-switch-browser} for an example.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/yasuyk/helm-flycheck")
|
(url "https://github.com/yasuyk/helm-flycheck")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"))))
|
"1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"))))
|
||||||
|
|
Loading…
Reference in New Issue