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:
Alexander Artemenko 2022-11-10 11:36:26 +03:00
parent 0d4e947bd4
commit c06cb2474c
2 changed files with 6 additions and 4 deletions

View file

@ -6,6 +6,8 @@
(defchangelog (:ignore-words ("ASDF")) (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 (2.0.0 2021-10-28
"# New "# New
@ -27,7 +29,7 @@
Thanks for these changes to Matteo Landi!") Thanks for these changes to Matteo Landi!")
(1.1.2 2021-09-19 (1.1.2 2021-09-19
"Move from Qlot 0.11.1 to 0.11.5.") "Move from Qlot 0.11.1 to 0.11.5.")
(1.1.1 2021-09-12 (1.1.1 2021-09-12
"Version of qlot was fixed on 0.11.1, because later versions are broken and unable to install "Version of qlot was fixed on 0.11.1, because later versions are broken and unable to install
systems from the GitHub. See issue [#118](https://github.com/fukamachi/qlot/issues/118).") systems from the GitHub. See issue [#118](https://github.com/fukamachi/qlot/issues/118).")

View file

@ -1,12 +1,12 @@
("quicklisp" . ("quicklisp" .
(:class qlot/source/dist:source-dist (:class qlot/source/dist:source-dist
:initargs (:distribution "http://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest) :initargs (:distribution "http://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
:version "2021-10-21")) :version "2022-11-07"))
("ultralisp" . ("ultralisp" .
(:class qlot/source/dist:source-dist (:class qlot/source/dist:source-dist
:initargs (:distribution "http://dist.ultralisp.org" :%version :latest) :initargs (:distribution "http://dist.ultralisp.org" :%version :latest)
:version "20211028120000")) :version "20221109175500"))
("sly" . ("sly" .
(:class qlot/source/github:source-github (:class qlot/source/github:source-github
:initargs (:repos "svetlyak40wt/sly" :ref nil :branch "patches" :tag nil) :initargs (:repos "svetlyak40wt/sly" :ref nil :branch "patches" :tag nil)
:version "github-028f191582f27e6f1582840c09e6508d71aaa0ab")) :version "github-030a8441f57f7e0bb401570935e741dfd9edfb83"))