gnu: emacs-itail: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-itail)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
556c06da50
commit
acbd9f5e14
|
@ -9736,7 +9736,7 @@ functions provided by @file{subr.el}.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/re5et/itail.git")
|
(url "https://github.com/re5et/itail.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv"))))
|
"044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv"))))
|
||||||
|
|
Loading…
Reference in New Issue