diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-04-24 23:15:04 +0100 | ||
---|---|---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-04-26 15:08:15 +0200 | ||
commit | 8d217f1e22f948dfd2b767eb18ccaed4fe4a5b88 (patch) | |||
tree | 0a84991cf52b06ce444610c8b5296ff4a62ad6c5 /gnu/packages/lisp-xyz.scm | |||
parent | 870f2d40e055d57659dff0dc20b903522f055bb0 (diff) | |||
download | guix-8d217f1e22f948dfd2b767eb18ccaed4fe4a5b88.tar.gz 2020-01-03 | gnu: Add sameboy.... | Jakub Kądziołka | |
2019-12-29 | gnu: mame: Update to 0.217.... | Nicolas Goaziou | ||
2019-12-29 | gnu: scummvm: Fix build.... | Nicolas Goaziou |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index ec5918294c..045932dd5a 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -7050,7 +7050,7 @@ mostly Common Lisp implementation.") (define-public sbcl-cl-fast-ecs (package (name "sbcl-cl-fast-ecs") - (version "0.1.1") + (version "0.2.2") (source (origin (method git-fetch) @@ -7059,10 +7059,10 @@ mostly Common Lisp implementation.") (commit version))) (file-name (git-file-name "cl-fast-ecs" version)) (sha256 - (base32 "06cnhm8zpyqyjr17mji5wvj4gh2glpdw8gqy1vwrq3vgphfmg560")))) + (base32 "00nw5nwzcz8x1x1lycmjik8pcqzxrl896j0xjjl33rjljsmj45sx")))) (build-system asdf-build-system/sbcl) (native-inputs - (list sbcl-parachute)) + (list sbcl-chlorophyll sbcl-cl-mock sbcl-parachute)) (inputs (list sbcl-alexandria sbcl-trivial-garbage)) (home-page "https://lockie.gitlab.io/cl-fast-ecs/") |