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

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

View File

@ -12087,7 +12087,7 @@ See @code{helm-exwm-switch-browser} for an example.")
(uri (git-reference
(url "https://github.com/yasuyk/helm-flycheck")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"))))