gnu: emacs-scheme-complete: Use GIT-FILE-NAME.

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

View File

@ -3039,11 +3039,11 @@ characters and asynchronous fetching of completion candidates.")
(version (string-append "20151223." (string-take commit 8)))
(source
(origin
(file-name (string-append name "-" version))
(method git-fetch)
(uri (git-reference
(url "https://github.com/ashinn/scheme-complete.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"141wn9l0m33w0g3dqmx8nxbfdny1r5xbr6ak61rsz21bk0qafs7x"))