From 6437f0fa7b9f890817a309fb7f65a9580f0c6724 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Sat, 25 May 2024 15:23:56 +0530 Subject: [PATCH] Update recipe for flycheck (#2939) - Everything Flycheck needs is built into Emacs - Bump up minimum-emacs-version --- recipes/flycheck.rcp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/flycheck.rcp b/recipes/flycheck.rcp index 3a11e94a4..c71a5eeda 100644 --- a/recipes/flycheck.rcp +++ b/recipes/flycheck.rcp @@ -1,6 +1,5 @@ (:name flycheck :type github :pkgname "flycheck/flycheck" - :minimum-emacs-version "24.3" - :description "On-the-fly syntax checking extension" - :depends (dash pkg-info let-alist seq)) + :minimum-emacs-version "26.1" + :description "On-the-fly syntax checking extension")