gnu: emacs-consult-bibtex: Add source file-name.

* gnu/packages/emacs-xyz.scm (emacs-consult-bibtex)[source]: Add
file-name field.
This commit is contained in:
Efraim Flashner 2022-11-14 15:01:29 +02:00
parent de1bce32c0
commit e64feb2cfb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9840,6 +9840,7 @@ list of candidates.")
(uri (git-reference
(url "https://github.com/mohkale/consult-bibtex")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0jxjvpg3j8zk77sfhyy27fd1zbj2zz7xayavan3hhj4853q92kwq"))))