Update deps
This commit is contained in:
parent
6cdf49965b
commit
f8699dcc8c
2 changed files with 9 additions and 8 deletions
5
qlfile
5
qlfile
|
@ -3,5 +3,6 @@ ql lack
|
||||||
ql cl-ppcre
|
ql cl-ppcre
|
||||||
ql alexandria
|
ql alexandria
|
||||||
ql trivial-system-loader
|
ql trivial-system-loader
|
||||||
github rove fukamachi/rove
|
|
||||||
github dissect shinmera/dissect
|
git rove https://github.com/fukamachi/rove
|
||||||
|
git dissect https://github.com/shinmera/dissect
|
||||||
|
|
12
qlfile.lock
12
qlfile.lock
|
@ -23,10 +23,10 @@
|
||||||
:initargs (:%version :latest)
|
:initargs (:%version :latest)
|
||||||
:version "ql-2024-10-12"))
|
:version "ql-2024-10-12"))
|
||||||
("rove" .
|
("rove" .
|
||||||
(:class qlot/source/github:source-github
|
(:class qlot/source/git:source-git
|
||||||
:initargs (:repos "fukamachi/rove" :ref nil :branch nil :tag nil)
|
:initargs (:remote-url "https://github.com/fukamachi/rove")
|
||||||
:version "github-cacea7331c10fe9d8398d104b2dfd579bf7ea353"))
|
:version "git-cacea7331c10fe9d8398d104b2dfd579bf7ea353"))
|
||||||
("dissect" .
|
("dissect" .
|
||||||
(:class qlot/source/github:source-github
|
(:class qlot/source/git:source-git
|
||||||
:initargs (:repos "shinmera/dissect" :ref nil :branch nil :tag nil)
|
:initargs (:remote-url "https://github.com/shinmera/dissect")
|
||||||
:version "github-a70cabcd748cf7c041196efd711e2dcca2bbbb2c"))
|
:version "git-a70cabcd748cf7c041196efd711e2dcca2bbbb2c"))
|
||||||
|
|
Loading…
Reference in a new issue