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).
This commit is contained in:
parent
e80bd6da4a
commit
60207a8028
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/scheme/packages.el
|
||||
|
||||
(package! geiser :pin "8e61c27b628373523b7c467d5f71aac8c873258b")
|
||||
(package! geiser
|
||||
:recipe (:host gitlab :repo "emacs-geiser/geiser")
|
||||
:pin "aa26163aa81b5af3bc5bbf23bec8b5776de3a8bc")
|
||||
|
||||
(when (featurep! :checkers syntax)
|
||||
(package! flycheck-guile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue