gnu: emacs-esup: Use GIT-FILE-NAME.

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

View File

@ -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"))))