From 8f7a8be0cad059e7fad2b84b6afc0448a8bea641 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 31 Jul 2020 01:23:00 -0400 Subject: [PATCH] Bump :lang org emacs-straight/org-mode@82b496c -> emacs-straight/org-mode@a1e5bee kaushalmodi/ox-hugo@77050d2 -> kaushalmodi/ox-hugo@75b849e oer/org-re-reveal@f9f65f3 -> oer/org-re-reveal@c548e23 org-roam/org-roam@4d992ce -> org-roam/org-roam@0aa0a7c --- modules/lang/org/packages.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index 15ff79a8c..427a98089 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -27,7 +27,7 @@ :recipe (:host github :repo "emacs-straight/org-mode" :files ("*.el" "lisp/*.el" "contrib/lisp/*.el")) - :pin "82b496c0e99531219c61b612d703cf973ef8c202") + :pin "a1e5bee5cb9c34ceb8226597605a49638bee7cec") ;; ...And prevent other packages from pulling org; org-plus-contrib satisfies ;; the dependency already: https://github.com/raxod502/straight.el/issues/352 (package! org :recipe (:local-repo nil)) @@ -72,9 +72,9 @@ :recipe (:host github :repo "anler/centered-window-mode") :pin "f50859941ab5c7cbeaee410f2d38716252b552ac") (package! org-tree-slide :pin "7126a4365072a32898f169ead8fb59265dabc605") - (package! org-re-reveal :pin "f9f65f32a47928cf63ed3fd5130de0dd870cf821")) + (package! org-re-reveal :pin "c548e239898e97e700f7c1d3f34a148ccbedb820")) (when (featurep! +roam) - (package! org-roam :pin "4d992ce9e37d9edfe42270342ead3423ac97fa3c") + (package! org-roam :pin "0aa0a7c05a78e9b29881570604c24381b658fe2a") (when (featurep! :completion company) (package! company-org-roam :pin "5d7ccd944519ae1d03f5e17ddfe33dcd8a0cc71e"))) @@ -103,6 +103,6 @@ (when (featurep! +hugo) (package! ox-hugo :recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t) - :pin "77050d256fc2cb58483284bc56617e25596e445b")) + :pin "75b849e9561c4a6022babf6eaf0e037310ded7c1")) (when (featurep! :lang rst) (package! ox-rst :pin "9158bfd18096c559e0a225ae62ab683f1c98a547"))