Update recipe for flycheck (#2939)

- Everything Flycheck needs is built into Emacs
- Bump up minimum-emacs-version
This commit is contained in:
Vedang Manerikar 2024-05-25 15:23:56 +05:30 committed by GitHub
parent 9a35363bef
commit 6437f0fa7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")