3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

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

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