mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: emacs-org-roam-bibtex: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex): Update to 0.6.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
3c76399745
commit
3968134a4d
1 changed files with 2 additions and 2 deletions
|
@ -27988,7 +27988,7 @@ (define-public emacs-org-roam
|
|||
(define-public emacs-org-roam-bibtex
|
||||
(package
|
||||
(name "emacs-org-roam-bibtex")
|
||||
(version "0.6.0-pre.2")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27997,7 +27997,7 @@ (define-public emacs-org-roam-bibtex
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0cjj7lx73qg4yw84r3b8fqhp5r74bzi57nvnvbvbck4i33ywqwx5"))))
|
||||
(base32 "04vc2w7x2lyamp0qa1y274smsf9x2qxr1igrpz9f4y5ha5332px5"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-helm-bibtex" ,emacs-helm-bibtex)
|
||||
|
|
Loading…
Reference in a new issue