doomemacs/modules/lang/scheme/packages.el
Henrik Lissner 60207a8028 Bump :lang scheme
jaor/geiser@8e61c27 -> emacs-geiser/geiser@aa26163

The upstream repo was moved. MELPA has since been updated so an explicit
:recipe isn't strictly necessary, but I'll use it for the time being
just to be sure (in case of outdated local melpa recipe repos).
2021-04-13 18:54:48 -04:00

11 lines
360 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/scheme/packages.el
(package! geiser
:recipe (:host gitlab :repo "emacs-geiser/geiser")
:pin "aa26163aa81b5af3bc5bbf23bec8b5776de3a8bc")
(when (featurep! :checkers syntax)
(package! flycheck-guile
:recipe (:host github :repo "flatwhatson/flycheck-guile")
:pin "e46d6e5453dd7471309fae6549445c48e6d8f340"))