From be8a1244f21ec22efaeab8bb7ff3fef5e4f3e880 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 31 Aug 2024 13:39:38 -0400 Subject: [PATCH] bump: flymake-popon https://codeberg.org/akib/emacs-flymake-popon@HEAD -> doomelpa/flymake-popon@99ea813346f3 - Switched to a pinned, Github mirror for flymake-popon, for stability's sake. - Indirectly fixes Straight unable to fetch from a codeberg url with :host set to nil or 'codeberg (see #8035). Fix: #8035 Close: #8034 --- modules/checkers/syntax/packages.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/checkers/syntax/packages.el b/modules/checkers/syntax/packages.el index 1fbf16d6c..9980921b8 100644 --- a/modules/checkers/syntax/packages.el +++ b/modules/checkers/syntax/packages.el @@ -8,4 +8,6 @@ (package! flycheck-posframe :pin "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8"))) (when (modulep! +flymake) - (package! flymake-popon :recipe (:repo "https://codeberg.org/akib/emacs-flymake-popon"))) + (package! flymake-popon + :recipe (:host github :repo "doomelpa/flymake-popon") + :pin "99ea813346f3edef7220d8f4faeed2ec69af6060"))