gnu: emacs-esup: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-esup)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
187331e100
commit
ac5b171c92
|
@ -9893,7 +9893,7 @@ macro takes a first argument (whose value must be an alist) and a body.")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/jschaf/esup.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"04lxmd0h7mfjjl0qghrycgff0vcv950j1wqv0dbkr61jxp64n5fv"))))
|
||||
|
|
Loading…
Reference in New Issue