From 499d368c857867376dae992d946a0e212063d536 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 14 Sep 2021 15:14:17 +0200 Subject: [PATCH] bump: org-roam org-roam/org-roam@028c95a01139 -> org-roam/org-roam@1795039ab93e org-roam (for +roam2) was mistakenly bumped to org-roam/org-roam-v1@946a879a4a in ec6511270, because our bumper couldn't distinguish the two (something else to fix!). --- modules/lang/org/packages.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index 5aacae4ca..57889e518 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -82,7 +82,11 @@ :recipe (:host github :repo "org-roam/org-roam-v1") :pin "946a879a4a18756a0508afba1e0b0fe070c6a8b4")) ((featurep! +roam2) - (package! org-roam :pin "946a879a4a18756a0508afba1e0b0fe070c6a8b4"))) + (package! org-roam + ;; 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 "1795039ab93ef19611dbb3fca21c4211c4e655a9"))) ;;; Babel (package! ob-async :pin "9aac486073f5c356ada20e716571be33a350a982")