gnu: emacs-org-roam-bibtex: Update to 0.6.0-pre.2.
* gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex): Update to 0.6.0-pre.2.
This commit is contained in:
parent
b037cac225
commit
57e6d4e37e
1 changed files with 2 additions and 2 deletions
|
@ -27168,7 +27168,7 @@ (define-public emacs-org-roam
|
|||
(define-public emacs-org-roam-bibtex
|
||||
(package
|
||||
(name "emacs-org-roam-bibtex")
|
||||
(version "0.4.0")
|
||||
(version "0.6.0-pre.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27177,7 +27177,7 @@ (define-public emacs-org-roam-bibtex
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13pll793khyfncpwm2dg24w747sqp7kgf7m3fqw2xzhv9cx2g7nq"))))
|
||||
(base32 "0cjj7lx73qg4yw84r3b8fqhp5r74bzi57nvnvbvbck4i33ywqwx5"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-helm-bibtex" ,emacs-helm-bibtex)
|
||||
|
|
Loading…
Reference in a new issue