gnu: emacs-helm-bibtex: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-helm-bibtex)[source]: Use GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-10 20:39:15 +02:00
parent 74ea764ea4
commit 757ea841a6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -9317,7 +9317,7 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
(uri (git-reference
(url "https://github.com/tmalsburg/helm-bibtex.git")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"14lyx0vbqr97p3anzrsp7m3q0kqclyjcdwplpraim403fcklzbnz"))))