From 2b0013db1c7e834976a72d9c0c97977ad3ab438b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 19 Nov 2024 01:02:45 -0500 Subject: [PATCH] bump: emacsql magit/emacsql@HEAD -> magit/emacsql@491105a01f58 - Reverts to an older version of emacsql for Emacs <29 users, which is necessary until org-roam/org-roam#2485 is dealt with. Ref: org-roam/org-roam#2485 Ref: 90ede3169839 --- modules/lang/org/packages.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index c2e1f9324..aeeaa7e35 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -108,7 +108,10 @@ ;; 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 "0b9fcbc97b65b349826e63bad89ca121a08fd2be"))) + :pin "0b9fcbc97b65b349826e63bad89ca121a08fd2be") + (when (< emacs-major-version 29) + ;; HACK: Needed until org-roam/org-roam#2485 is resolved. + (package! emacsql :pin "491105a01f58bf0b346cbc0254766c6800b229a2")))) ;;; Babel (package! ob-async :pin "9aac486073f5c356ada20e716571be33a350a982")