gnu: emacs-helm-bibtex: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-bibtex)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
74ea764ea4
commit
757ea841a6
|
@ -9317,7 +9317,7 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/tmalsburg/helm-bibtex.git")
|
(url "https://github.com/tmalsburg/helm-bibtex.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14lyx0vbqr97p3anzrsp7m3q0kqclyjcdwplpraim403fcklzbnz"))))
|
"14lyx0vbqr97p3anzrsp7m3q0kqclyjcdwplpraim403fcklzbnz"))))
|
||||||
|
|
Loading…
Reference in New Issue