bump: org-roam
org-roam/org-roam@028c95a011 -> org-roam/org-roam@1795039ab9
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!).
This commit is contained in:
parent
ec6511270d
commit
499d368c85
1 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue