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

* gnu/packages/emacs-xyz.scm (emacs-esup)[source]: Use GIT-FILE-NAME.
This commit is contained in:
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

View file

@ -9893,7 +9893,7 @@ (define-public emacs-esup
(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"))))