bump: org-roam

org-roam/org-roam@a2e46db808 -> org-roam/org-roam@abe63b4360

Recent Emacs master removed the `###autoload` cookie above
`ucs-normalize-NFD-string`, which broke org-roam's ability to create
nodes -- this was fixed upstream.

Also, org-roam has introduced the way to customize how contents are
retrieved. This should fix #5766.

Fix: #5766
Ref: org-roam/org-roam#1981
Ref: org-roam/org-roam#1990
This commit is contained in:
VitalyR 2021-12-13 06:11:31 +08:00 committed by GitHub
parent bca75fc5c5
commit 8eb6ab03c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@
;; FIXME A :recipe isn't strictly necessary, but without it, our package
;; bumper fails to distinguish between org-roam v1 and v2.
:recipe (:host github :repo "org-roam/org-roam")
:pin "a2e46db80848cb17185f257a397370a22cd686bb")))
:pin "abe63b436035049923ae96639b9b856697047779")))
;;; Babel
(package! ob-async :pin "9aac486073f5c356ada20e716571be33a350a982")