gnu: emacs-org-mind-map: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-org-mind-map)[source]: Use GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-10 20:39:37 +02:00
parent 91556301c4
commit 64038edd63
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -9671,7 +9671,7 @@ timestamps and date-time format strings library for Emacs.")
(uri (git-reference
(url "https://github.com/theodorewiles/org-mind-map.git")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"0jgkkgq7g64zckrmjib0hvz0qy3ynz5vz13qbmlpf096l3bb65wn"))))