gnu: emacs-grep-context: Use GIT-FILE-NAME.

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

View File

@ -11205,7 +11205,7 @@ perform regression test for packages that provide font-lock rules.")
(uri (git-reference
(url "https://github.com/mkcms/grep-context.git")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"1nqfa6kjzjshww4hnwg1c0vcr90bdjihy3kmixq3c3jkvxg99b62"))))