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:
Nicolas Goaziou 2021-05-29 15:53:12 +02:00
parent b037cac225
commit 57e6d4e37e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -27168,7 +27168,7 @@ personal wiki.")
(define-public emacs-org-roam-bibtex (define-public emacs-org-roam-bibtex
(package (package
(name "emacs-org-roam-bibtex") (name "emacs-org-roam-bibtex")
(version "0.4.0") (version "0.6.0-pre.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -27177,7 +27177,7 @@ personal wiki.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "13pll793khyfncpwm2dg24w747sqp7kgf7m3fqw2xzhv9cx2g7nq")))) (base32 "0cjj7lx73qg4yw84r3b8fqhp5r74bzi57nvnvbvbck4i33ywqwx5"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-helm-bibtex" ,emacs-helm-bibtex) `(("emacs-helm-bibtex" ,emacs-helm-bibtex)