gnu: emacs-image+: Use GIT-FILE-NAME.

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

View File

@ -12209,7 +12209,7 @@ provided by other Emacs packages dealing with pass:
(uri (git-reference
(url "https://github.com/mhayashi1120/Emacs-imagex")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"0v66wk9nh0raih4jhrzmmyi5lbysjnmbv791vm2230ffi2hmwxnd"))))