Moved to newer action msys2/setup-msys2@2.14.2 where a warning about stale Node.js version is fixed.
This commit is contained in:
parent
0d4e947bd4
commit
c06cb2474c
2 changed files with 6 additions and 4 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
|
||||
(defchangelog (:ignore-words ("ASDF"))
|
||||
(2.1.0 2022-11-10
|
||||
"Moved to newer action msys2/setup-msys2@2.14.2 where a warning about stale Node.js version is fixed.")
|
||||
(2.0.0 2021-10-28
|
||||
"# New
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
("quicklisp" .
|
||||
(:class qlot/source/dist:source-dist
|
||||
:initargs (:distribution "http://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
|
||||
:version "2021-10-21"))
|
||||
:version "2022-11-07"))
|
||||
("ultralisp" .
|
||||
(:class qlot/source/dist:source-dist
|
||||
:initargs (:distribution "http://dist.ultralisp.org" :%version :latest)
|
||||
:version "20211028120000"))
|
||||
:version "20221109175500"))
|
||||
("sly" .
|
||||
(:class qlot/source/github:source-github
|
||||
:initargs (:repos "svetlyak40wt/sly" :ref nil :branch "patches" :tag nil)
|
||||
:version "github-028f191582f27e6f1582840c09e6508d71aaa0ab"))
|
||||
:version "github-030a8441f57f7e0bb401570935e741dfd9edfb83"))
|
||||
|
|
Loading…
Reference in a new issue