Update deps
All checks were successful
CI / test (sbcl-bin) (push) Successful in 45s

This commit is contained in:
paku 2025-01-11 23:22:38 +09:00
parent 418860c6d1
commit 17fe4de76a
Signed by: paku
GPG key ID: 5B4E8402BCC50607
2 changed files with 21 additions and 20 deletions

11
qlfile
View file

@ -1,5 +1,6 @@
github lack fukamachi/lack
github quri fukamachi/quri
github rove fukamachi/rove
github dissect Shinmera/dissect ; workaround
github ningle fukamachi/ningle
ql lack
ql quri
git rove https://github.com/fukamachi/rove
git dissect https://github.com/Shinmera/dissect ; workaround
git ningle https://github.com/fukamachi/ningle

View file

@ -3,22 +3,22 @@
:initargs (:distribution "https://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
:version "2024-10-12"))
("lack" .
(:class qlot/source/github:source-github
:initargs (:repos "fukamachi/lack" :ref nil :branch nil :tag nil)
:version "github-866b5f5c082db0f9c7e7c78b46ed2459391c6423"))
(:class qlot/source/ql:source-ql
:initargs (:%version :latest)
:version "ql-2024-10-12"))
("quri" .
(:class qlot/source/github:source-github
:initargs (:repos "fukamachi/quri" :ref nil :branch nil :tag nil)
:version "github-45e0ff7f15a96ae9aef02b977375c6984d57a608"))
(:class qlot/source/ql:source-ql
:initargs (:%version :latest)
:version "ql-2024-10-12"))
("rove" .
(:class qlot/source/github:source-github
:initargs (:repos "fukamachi/rove" :ref nil :branch nil :tag nil)
:version "github-cacea7331c10fe9d8398d104b2dfd579bf7ea353"))
(:class qlot/source/git:source-git
:initargs (:remote-url "https://github.com/fukamachi/rove")
:version "git-cacea7331c10fe9d8398d104b2dfd579bf7ea353"))
("dissect" .
(:class qlot/source/github:source-github
:initargs (:repos "Shinmera/dissect" :ref nil :branch nil :tag nil)
:version "github-a70cabcd748cf7c041196efd711e2dcca2bbbb2c"))
(:class qlot/source/git:source-git
:initargs (:remote-url "https://github.com/Shinmera/dissect")
:version "git-a70cabcd748cf7c041196efd711e2dcca2bbbb2c"))
("ningle" .
(:class qlot/source/github:source-github
:initargs (:repos "fukamachi/ningle" :ref nil :branch nil :tag nil)
:version "github-ae0c79bbd7c71633268fe3130ed4f12ca4be2f9a"))
(:class qlot/source/git:source-git
:initargs (:remote-url "https://github.com/fukamachi/ningle")
:version "git-ae0c79bbd7c71633268fe3130ed4f12ca4be2f9a"))