Merge pull request #4358 from flatwhatson/bump-scheme

Bump :lang scheme
This commit is contained in:
Henrik Lissner 2020-12-05 15:20:54 -05:00 committed by GitHub
commit a6ccf09e48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; lang/scheme/packages.el ;;; lang/scheme/packages.el
(package! geiser :pin "2accab72e289ed82707237d2013ba034c88ff6c2") (package! geiser :pin "cd00be69b26e6fd748b183d127d8b6f4c91ba622")
(when (featurep! :checkers syntax) (when (featurep! :checkers syntax)
(package! flycheck-guile (package! flycheck-guile
:recipe (:host github :repo "flatwhatson/flycheck-guile") :recipe (:host github :repo "flatwhatson/flycheck-guile")
:pin "2940f1622fa352e7ca95a9e4ad65958c5575da02")) :pin "e46d6e5453dd7471309fae6549445c48e6d8f340"))