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

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

View File

@ -2990,10 +2990,10 @@ simultaneous cursors.")
(uri (git-reference
(url home-page)
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))
(file-name (string-append name "-" version))))
"1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))))
(build-system emacs-build-system)
(synopsis "Minor mode for typographic editing")
(description