gnu: cl-fast-ecs: Update to 0.2.2.
* gnu/packages/lisp-xyz.scm (sbcl-cl-fast-ecs): Update to 0.2.2. [native-inputs]: Add sbcl-chlorophyll, sbcl-cl-mock. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>master
parent
870f2d40e0
commit
8d217f1e22
|
@ -7050,7 +7050,7 @@ mostly Common Lisp implementation.")
|
||||||
(define-public sbcl-cl-fast-ecs
|
(define-public sbcl-cl-fast-ecs
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cl-fast-ecs")
|
(name "sbcl-cl-fast-ecs")
|
||||||
(version "0.1.1")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7059,10 +7059,10 @@ mostly Common Lisp implementation.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name "cl-fast-ecs" version))
|
(file-name (git-file-name "cl-fast-ecs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06cnhm8zpyqyjr17mji5wvj4gh2glpdw8gqy1vwrq3vgphfmg560"))))
|
(base32 "00nw5nwzcz8x1x1lycmjik8pcqzxrl896j0xjjl33rjljsmj45sx"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-parachute))
|
(list sbcl-chlorophyll sbcl-cl-mock sbcl-parachute))
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-alexandria sbcl-trivial-garbage))
|
(list sbcl-alexandria sbcl-trivial-garbage))
|
||||||
(home-page "https://lockie.gitlab.io/cl-fast-ecs/")
|
(home-page "https://lockie.gitlab.io/cl-fast-ecs/")
|
||||||
|
|
Reference in New Issue