bump: :lang scheme
emacs-geiser/chez@48427d4aec -> emacs-geiser/chez@246ec4c8bc emacs-geiser/geiser@550d57d347 -> emacs-geiser/geiser@e54d5e6dc6 emacs-geiser/guile@b2d6f398e3 -> emacs-geiser/guile@24ce15de23 flatwhatson/flycheck-guile@e58ceb8b51 -> flatwhatson/flycheck-guile@e23a4d7813 - (#6942) Fixes an issue with evaluating scheme code in org-mode due to a missing run-geiser function. Close: #6943 Co-authored-by: fosskers <fosskers@users.noreply.github.com>
This commit is contained in:
parent
ddb0740f90
commit
7e21535285
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/scheme/packages.el
|
;;; lang/scheme/packages.el
|
||||||
|
|
||||||
(when (package! geiser :pin "550d57d347b6a2387d633c3da90460106dfcd3e3")
|
(when (package! geiser :pin "e54d5e6dc659c252d10c4280f4c4d78d38623df5")
|
||||||
(package! macrostep-geiser :pin "f6a2d5bb96ade4f23df557649af87ebd0cc45125")
|
(package! macrostep-geiser :pin "f6a2d5bb96ade4f23df557649af87ebd0cc45125")
|
||||||
(when (modulep! +chez)
|
(when (modulep! +chez)
|
||||||
(package! geiser-chez :pin "48427d4aecc6fed751d266673f1ce2ad57ddbcfc"))
|
(package! geiser-chez :pin "246ec4c8bc4e7f64414e5cbe0fa66f0e5ef7d527"))
|
||||||
(when (modulep! +chibi)
|
(when (modulep! +chibi)
|
||||||
(package! geiser-chibi :pin "5a6a5a580ea45cd4974df21629a8d50cbe3d6e99"))
|
(package! geiser-chibi :pin "5a6a5a580ea45cd4974df21629a8d50cbe3d6e99"))
|
||||||
(when (modulep! +chicken)
|
(when (modulep! +chicken)
|
||||||
|
@ -14,11 +14,11 @@
|
||||||
(when (modulep! +gauche)
|
(when (modulep! +gauche)
|
||||||
(package! geiser-gauche :pin "8ff743f6416f00751e24aef8b9791501a40f5421"))
|
(package! geiser-gauche :pin "8ff743f6416f00751e24aef8b9791501a40f5421"))
|
||||||
(when (modulep! +guile)
|
(when (modulep! +guile)
|
||||||
(package! geiser-guile :pin "b2d6f398e33c0f140dcde5adc91117aa7de4463d")
|
(package! geiser-guile :pin "24ce15de235c105daf5ecfb818200dae1c9815ee")
|
||||||
(when (modulep! :checkers syntax)
|
(when (modulep! :checkers syntax)
|
||||||
(package! flycheck-guile
|
(package! flycheck-guile
|
||||||
:recipe (:host github :repo "flatwhatson/flycheck-guile")
|
:recipe (:host github :repo "flatwhatson/flycheck-guile")
|
||||||
:pin "e58ceb8b511cd395b9be69f4a1ff85305fbb51c3")))
|
:pin "e23a4d7813179124fd98abf1c2f4190a72569bee")))
|
||||||
(when (modulep! +kawa)
|
(when (modulep! +kawa)
|
||||||
(package! geiser-kawa :pin "5896b19642923f74f718eb68d447560b2d26d797"))
|
(package! geiser-kawa :pin "5896b19642923f74f718eb68d447560b2d26d797"))
|
||||||
(when (modulep! +mit)
|
(when (modulep! +mit)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue