jaor/geiser@2accab7 -> jaor/geiser@cd00be6 flatwhatson/flycheck-guile@2940f16 -> flatwhatson/flycheck-guile@e46d6e5
9 lines
305 B
EmacsLisp
9 lines
305 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/scheme/packages.el
|
|
|
|
(package! geiser :pin "cd00be69b26e6fd748b183d127d8b6f4c91ba622")
|
|
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-guile
|
|
:recipe (:host github :repo "flatwhatson/flycheck-guile")
|
|
:pin "e46d6e5453dd7471309fae6549445c48e6d8f340"))
|